CSS
This commit is contained in:
parent
78ac57398c
commit
c372b56a3a
@ -510,10 +510,8 @@ hr { border: 0; border-top: 1px solid #ccc; }
|
|||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
font-family: <?php print $fontlist ?>;
|
font-family: <?php print $fontlist ?>;
|
||||||
border-color: #c5c5c5;
|
|
||||||
border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 3px 14px;
|
padding: 4px 14px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
@ -524,12 +522,14 @@ hr { border: 0; border-top: 1px solid #ccc; }
|
|||||||
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
|
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
|
||||||
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
|
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
|
|
||||||
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||||||
border: 1px solid #bbbbbb;
|
border: 1px solid #aaa;
|
||||||
border-bottom-color: #a2a2a2;
|
|
||||||
-webkit-border-radius: 2px;
|
-webkit-border-radius: 2px;
|
||||||
border-radius: 2px;
|
border-radius: 1px;
|
||||||
|
|
||||||
|
font-weight: bold;
|
||||||
|
text-transform: uppercase;
|
||||||
|
color: #444;
|
||||||
}
|
}
|
||||||
.button:focus, .buttonDelete:focus {
|
.button:focus, .buttonDelete:focus {
|
||||||
-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 60, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
|
-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 60, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
|
||||||
@ -3114,7 +3114,7 @@ div.colorback /* for the form "assign user" on time spent view */
|
|||||||
background: #f8f8f8;
|
background: #f8f8f8;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
border: 1px solid #bbb;
|
border: 1px solid #ddd;
|
||||||
}
|
}
|
||||||
div.liste_titre_bydiv, .liste_titre div.tagtr, tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.liste_titre_sel, table.dataTable thead tr
|
div.liste_titre_bydiv, .liste_titre div.tagtr, tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.liste_titre_sel, table.dataTable thead tr
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user