Skip to content

Commit

Permalink
CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 17, 2018
1 parent 0bf540b commit a75629e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions htdocs/theme/eldy/style.css.php
Expand Up @@ -2719,8 +2719,8 @@
}
tr.liste_titre_filter td.liste_titre {
/* border-bottom: 1px solid #ddd; */
padding-top: 2px;
padding-bottom: 2px;
padding-top: 1px;
padding-bottom: 0px;
}
.liste_titre_create td, .liste_titre_create th, .liste_titre_create .tagtd
{
Expand Down
8 changes: 4 additions & 4 deletions htdocs/theme/md/style.css.php
Expand Up @@ -2685,8 +2685,8 @@
}
tr.liste_titre_filter td.liste_titre {
border-bottom: 1px solid #FDFFFF;
padding-top: 2px;
padding-bottom: 2px;
padding-top: 4px;
padding-bottom: 3px;
}
.liste_titre_create td, .liste_titre_create th, .liste_titre_create .tagtd
{
Expand Down Expand Up @@ -2718,7 +2718,7 @@
padding: 8px 6px 8px 6px; /* t r b l */
}
div.liste_titre_bydiv .divsearchfield {
padding: 2px 1px 2px 0px; /* t r b l */
padding: 2px 1px 2px 6px; /* t r b l */
}

table.nobordernopadding {
Expand Down Expand Up @@ -4859,7 +4859,7 @@
padding:0px;
margin-left: 2px;
margin-right: 2px;
vertical-align: text-bottom;
vertical-align: middle;
display: inline-block;
}
.dropdown dd, .dropdown dt {
Expand Down

0 comments on commit a75629e

Please sign in to comment.