summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar plopoyop <plopoyop@gmail.com> 2014-09-26 09:23:09 +0200
committerGravatar plopoyop <plopoyop@gmail.com> 2014-09-26 09:23:09 +0200
commitd847d67502e1192681c821ad694b49c87e7b62c7 (patch)
tree3706454cc32f3127ad5d9e16b78468f765365a23
parent4483887df61d8821b6e55c44e61daf8ecf59da51 (diff)
Corrections graphiques
-rw-r--r--p/themes/Pafat/pafat.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css
index 3bd9a4c6f..00da8140a 100644
--- a/p/themes/Pafat/pafat.css
+++ b/p/themes/Pafat/pafat.css
@@ -110,7 +110,8 @@ form th {
.form-group .group-controls {
min-height: 25px;
padding: 5px 0;
- margin-bottom : 5px;
+ margin : 10px 0 10px 0;
+
}
.form-group table {
margin: 10px 0 0 220px;
@@ -362,8 +363,8 @@ a.btn {
width: 10px;
height: 10px;
background: #fff;
- border-top: 1px solid #ddd;
- border-left: 1px solid #ddd;
+ border-top: 1px solid #aaa;
+ border-left: 1px solid #aaa;
z-index: -10;
transform: rotate(45deg);
-moz-transform: rotate(45deg);
@@ -385,11 +386,14 @@ a.btn {
color: #666;
font-size: 0.8rem;
}
+
.dropdown-menu > .item > span,
.dropdown-menu > .item > .as-link {
padding: 0 22px;
line-height: 2em;
+ font-size: 0.8rem;
}
+
.dropdown-menu > .item:hover {
background: #eee;
color: #666;