quattro: cleanup the less file

This commit is contained in:
Tobias Diekershoff 2012-06-04 07:17:23 +02:00
parent 4d9ab1d775
commit ca105f1c66
3 changed files with 50 additions and 38 deletions

View file

@ -1706,7 +1706,7 @@ footer {
margin-bottom: 5px; margin-bottom: 5px;
clear: left; clear: left;
} }
#adminpage .plugin .desc { #adminpage .plugin desc {
margin-left: 2.5em; margin-left: 2.5em;
} }
#adminpage .toggleplugin { #adminpage .toggleplugin {
@ -1721,16 +1721,16 @@ footer {
#adminpage table th { #adminpage table th {
text-align: left; text-align: left;
} }
#adminpage td .icon { #adminpage table td .icon {
float: left; float: left;
} }
#adminpage table tr:hover {
background-color: #bbc7d7;
}
#adminpage table#users img { #adminpage table#users img {
width: 16px; width: 16px;
height: 16px; height: 16px;
} }
#adminpage table tr:hover {
background-color: #bbc7d7;
}
#adminpage .selectall { #adminpage .selectall {
text-align: right; text-align: right;
} }

View file

@ -1706,7 +1706,7 @@ footer {
margin-bottom: 5px; margin-bottom: 5px;
clear: left; clear: left;
} }
#adminpage .plugin .desc { #adminpage .plugin desc {
margin-left: 2.5em; margin-left: 2.5em;
} }
#adminpage .toggleplugin { #adminpage .toggleplugin {
@ -1721,16 +1721,16 @@ footer {
#adminpage table th { #adminpage table th {
text-align: left; text-align: left;
} }
#adminpage td .icon { #adminpage table td .icon {
float: left; float: left;
} }
#adminpage table tr:hover {
background-color: #bbc7d7;
}
#adminpage table#users img { #adminpage table#users img {
width: 16px; width: 16px;
height: 16px; height: 16px;
} }
#adminpage table tr:hover {
background-color: #bbc7d7;
}
#adminpage .selectall { #adminpage .selectall {
text-align: right; text-align: right;
} }

View file

@ -1163,53 +1163,65 @@ footer { height: 100px; display: table-row; }
padding: 0em 0.3em; padding: 0em 0.3em;
} }
#adminpage dl { #adminpage {
dl {
clear: left; clear: left;
margin-bottom: 2px; margin-bottom: 2px;
padding-bottom: 2px; padding-bottom: 2px;
border-bottom: 1px solid black; border-bottom: 1px solid black;
} }
#adminpage dt { dt {
width: 200px; width: 200px;
float: left; float: left;
font-weight: bold; font-weight: bold;
} }
#adminpage dd { dd {
margin-left: 200px; margin-left: 200px;
} }
h3 {
#adminpage h3 {
border-bottom: 1px solid #cccccc; border-bottom: 1px solid #cccccc;
} }
#adminpage .field label { .field label {
font-weight: bold; font-weight: bold;
} }
#adminpage .submit { .submit {
clear:left; clear:left;
text-align: right; text-align: right;
} }
#pluginslist {
#adminpage #pluginslist {
margin: 0px; padding: 0px; margin: 0px; padding: 0px;
} }
#adminpage .plugin { .plugin {
list-style: none; list-style: none;
display: block; display: block;
border: 1px solid #888888; border: 1px solid #888888;
padding: 1em; padding: 1em;
margin-bottom: 5px; margin-bottom: 5px;
clear: left; clear: left;
} desc {
#adminpage .plugin .desc { margin-left: 2.5em;} margin-left: 2.5em;
#adminpage .toggleplugin { }
}
.toggleplugin {
float:left; float:left;
margin-right: 1em; margin-right: 1em;
}
table {
width:100%;
border-bottom: 1px solid #000000;
margin: 5px 0px;
th {
text-align: left;
}
td .icon {
float: left;
}
tr:hover {
background-color: #bbc7d7;
}
}
table#users img {
width: 16px; height: 16px;
}
.selectall { text-align: right; }
} }
#adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
#adminpage table th { text-align: left;}
#adminpage td .icon { float: left;}
#adminpage table#users img { width: 16px; height: 16px; }
#adminpage table tr:hover { background-color: #bbc7d7; }
#adminpage .selectall { text-align: right; }