summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar plopoyop <plopoyop@gmail.com> 2014-09-24 23:23:58 +0200
committerGravatar plopoyop <plopoyop@gmail.com> 2014-09-24 23:23:58 +0200
commit4483887df61d8821b6e55c44e61daf8ecf59da51 (patch)
treecfaf76d0189f41c299f5fda751193ead7649ad70
parentc446625c7f6eda76b03fdac228b2f7b4ded74130 (diff)
Améliorations graphiques
-rw-r--r--p/themes/Pafat/icons/close.svg7
-rw-r--r--p/themes/Pafat/pafat.css26
2 files changed, 19 insertions, 14 deletions
diff --git a/p/themes/Pafat/icons/close.svg b/p/themes/Pafat/icons/close.svg
deleted file mode 100644
index 64c9acd43..000000000
--- a/p/themes/Pafat/icons/close.svg
+++ /dev/null
@@ -1,7 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16">
-<g transform="translate(-60,-518)">
-<g transform="translate(19,-242)">
-<path style="block-progression:tb;color:#bebebe;direction:ltr;text-indent:0;text-align:start;enable-background:new;text-transform:none;" d="m45,764,1,0c0.01037-0.00012,0.02079-0.00046,0.03125,0,0.25495,0.0112,0.50987,0.12858,0.6875,0.3125l2.282,2.28,2.312-2.28c0.266-0.23,0.447-0.3,0.688-0.31h1v1c0,0.28647-0.03434,0.55065-0.25,0.75l-2.2812,2.2812,2.25,2.25c0.188,0.19,0.281,0.45,0.281,0.72v1h-1c-0.2653-0.00001-0.53059-0.0931-0.71875-0.28125l-2.281-2.28-2.281,2.28c-0.188,0.19-0.454,0.28-0.719,0.28h-1v-1c-0.000003-0.26529,0.09306-0.53058,0.28125-0.71875l2.2812-2.25-2.281-2.28c-0.21-0.19-0.303-0.47-0.281-0.75v-1z" fill-rule="nonzero" fill="#FFF"/>
-</g>
-</g>
-</svg> \ No newline at end of file
diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css
index 7c9a801c6..3bd9a4c6f 100644
--- a/p/themes/Pafat/pafat.css
+++ b/p/themes/Pafat/pafat.css
@@ -110,6 +110,7 @@ form th {
.form-group .group-controls {
min-height: 25px;
padding: 5px 0;
+ margin-bottom : 5px;
}
.form-group table {
margin: 10px 0 0 220px;
@@ -156,7 +157,7 @@ form th {
.btn {
display: inline-block;
- min-height: 27px;
+ min-height: 29px;
min-width: 15px;
margin: 0;
padding: 1px 5px;
@@ -377,15 +378,16 @@ a.btn {
}
.dropdown-menu > .item {
}
-.dropdown-menu > .item > a,
-button.as-link,button.as-link:hover {
- padding: 0 25px;
+
+.dropdown-menu > .item > a {
+ padding: 0 22px;
line-height: 2.5em;
color: #666;
font-size: 0.8rem;
}
-.dropdown-menu > .item > span {
- padding: 0 25px;
+.dropdown-menu > .item > span,
+.dropdown-menu > .item > .as-link {
+ padding: 0 22px;
line-height: 2em;
}
.dropdown-menu > .item:hover {
@@ -875,7 +877,6 @@ button.as-link,button.as-link:hover {
background: #fff;
border:none;
text-align: left;
-
}
#stream.global .category {
@@ -960,6 +961,17 @@ button.as-link,button.as-link:hover {
border-bottom: 1px solid #ddd;
text-align: center;
}
+.stat > .horizontal-list {
+ margin: 0 0 5px;
+}
+.stat > .horizontal-list .item {
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+}
+.stat > .horizontal-list .item:first-child {
+ width: 250px;
+}
/*=== LOGS */
/*=========*/