css header

Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
bachy 2012-10-05 14:14:12 +02:00
parent 45c41b319d
commit c811ffcb26
3 changed files with 7 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -387,6 +387,11 @@ body.admin-vertical.admin-expanded #admin-menu-wrapper{border-left:1px solid #32
}
}
.view{
.view-header{
padding:0.5em; margin:0 0 1em 0;
border: 1px solid #CCC; .border-radius(5px,5px,5px,5px);
font-weight:bold;
}
.pager{
padding:1em 0; margin:0; text-align: right; height:auto;
ul{

View File

@ -139,7 +139,7 @@ function OUT_guibik_form_element($variables) {
// This is also used in the installer, pre-database setup.
$t = get_t();
dsm($element);
//dsm($element);
// This function is invoked as theme wrapper, but the rendered form element
// may not necessarily have been processed by form_builder().