mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Admin GUI styling
This commit is contained in:
parent
fb3aadda65
commit
0a951f1bf2
@ -789,6 +789,7 @@ span.tag button.close {
|
||||
vertical-align:middle;
|
||||
}
|
||||
|
||||
h4.caption { margin-bottom:20px; }
|
||||
/*
|
||||
|
||||
body { background-color: rgb(68, 68, 68); }
|
||||
|
@ -623,7 +623,7 @@ function tablestyle($caption, $text, $mode)
|
||||
default:
|
||||
echo '
|
||||
<div class="block">
|
||||
<h4>'.$caption.'</h4>
|
||||
<h4 class="caption">'.$caption.'</h4>
|
||||
<div class="block-text">
|
||||
'.$text.'
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user