some style for admin - site configuration

This commit is contained in:
Ralf Becker 2014-02-05 20:21:34 +00:00
parent 91771d6623
commit be71b063c0
2 changed files with 44 additions and 1 deletions

View File

@ -5226,6 +5226,26 @@ div#divMain input[type*="image"] {
width: 16px;
height: 16px;
}
/**
* admin - site configuration
*/
div.admin-config form > table {
width: 100%;
padding: 5px;
}
div.admin-config form > table tr.th td {
font-size: 110%;
font-weight: bold;
padding-top: 5px;
padding-bottom: 5px;
}
div.admin-config form > table td {
padding-left: 5px;
border-bottom: 1px solid #e0e0e0;
}
div.admin-config form > table td b {
font-weight: bold;
}
/*
Printing
*/

View File

@ -291,4 +291,27 @@ div#divMain {
}
//
//
//
/**
* admin - site configuration
*/
div.admin-config form > table {
width: 100%;
padding: 5px;
tr.th td{
font-size: 110%;
font-weight: bold;
padding-top: 5px;
padding-bottom: 5px;
}
td {
padding-left: 5px;
border-bottom: 1px solid #e0e0e0;
b {
font-weight: bold;
}
}
}