| 1 |
2
|
Manuela
|
span.title { display :block; }
|
| 2 |
|
|
.section { margin-top :10px; padding :0px; border :1px solid #999999; font-size :1em; width :100%; background-color :#fdfdfd; height : 105px; }
|
| 3 |
|
|
|
| 4 |
|
|
#admintools { }
|
| 5 |
|
|
#admintools ul { padding :0; width :100%; margin: 1.1125em; }
|
| 6 |
|
|
#admintools li { list-style-type :none; display :inline; float :left; width :47%; margin :0 1%; }
|
| 7 |
|
|
|
| 8 |
|
|
.tool_table td { text-align :left; vertical-align :top; }
|
| 9 |
|
|
|
| 10 |
|
|
input#admintools { margin : auto 0.225em; }
|
| 11 |
|
|
|
| 12 |
|
|
.tool_table ul { margin :0; padding :0; margin-left :20px; margin-bottom :2px; }
|
| 13 |
|
|
.tool_table li { padding :1px; list-style-type :disc; }
|
| 14 |
|
|
|
| 15 |
|
|
.description span {
|
| 16 |
|
|
display: block;
|
| 17 |
|
|
/* Fallback for non-webkit */
|
| 18 |
|
|
display: -webkit-box;
|
| 19 |
|
|
max-width: 100%;
|
| 20 |
|
|
height: 4.825em;
|
| 21 |
|
|
/* Fallback for non-webkit */
|
| 22 |
|
|
margin: 0 auto;
|
| 23 |
|
|
line-height: 1.5;
|
| 24 |
|
|
-webkit-line-clamp: 3;
|
| 25 |
|
|
-webkit-box-orient: vertical;
|
| 26 |
|
|
overflow: hidden;
|
| 27 |
|
|
text-overflow: ellipsis;
|
| 28 |
|
|
}
|
| 29 |
|
|
.description a span { height: 30px; }
|