Améliorations graphiques

pull/623/head
plopoyop 10 years ago
parent c446625c7f
commit 4483887df6
  1. 7
      p/themes/Pafat/icons/close.svg
  2. 26
      p/themes/Pafat/pafat.css

@ -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>

Before

Width:  |  Height:  |  Size: 802 B

@ -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 */
/*=========*/

Loading…
Cancel
Save