Grammalecte  Diff

Differences From Artifact [809b952985]:

To Artifact [d24d4af48c]:


77
78
79
80
81
82
83

84
85
86
87

88
89
90
91
92
93
94
95
96
97


/*
    Action buttons
*/

.grammalecte_actions {

    margin: 0 0 5px 10px;
}

.grammalecte_actions .button {

    background-color: hsl(0, 0%, 50%);
    text-align: center;
    float: right;
    margin-left: 2px;
    padding: 1px 4px 3px 4px;
    cursor: pointer;
    font-size: 14px;
    color: hsl(0, 0%, 96%);
    border-radius: 2px;
}







>




>


<







77
78
79
80
81
82
83
84
85
86
87
88
89
90
91

92
93
94
95
96
97
98


/*
    Action buttons
*/

.grammalecte_actions {
    float: right;
    margin: 0 0 5px 10px;
}

.grammalecte_actions .button {
    display: inline-block;
    background-color: hsl(0, 0%, 50%);
    text-align: center;

    margin-left: 2px;
    padding: 1px 4px 3px 4px;
    cursor: pointer;
    font-size: 14px;
    color: hsl(0, 0%, 96%);
    border-radius: 2px;
}