css header
Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
parent
45c41b319d
commit
c811ffcb26
File diff suppressed because one or more lines are too long
@ -387,6 +387,11 @@ body.admin-vertical.admin-expanded #admin-menu-wrapper{border-left:1px solid #32
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.view{
|
.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{
|
.pager{
|
||||||
padding:1em 0; margin:0; text-align: right; height:auto;
|
padding:1em 0; margin:0; text-align: right; height:auto;
|
||||||
ul{
|
ul{
|
||||||
|
@ -139,7 +139,7 @@ function OUT_guibik_form_element($variables) {
|
|||||||
// This is also used in the installer, pre-database setup.
|
// This is also used in the installer, pre-database setup.
|
||||||
$t = get_t();
|
$t = get_t();
|
||||||
|
|
||||||
dsm($element);
|
//dsm($element);
|
||||||
|
|
||||||
// This function is invoked as theme wrapper, but the rendered form element
|
// This function is invoked as theme wrapper, but the rendered form element
|
||||||
// may not necessarily have been processed by form_builder().
|
// may not necessarily have been processed by form_builder().
|
||||||
|
Loading…
x
Reference in New Issue
Block a user