1
0
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:
Cameron 2013-03-17 13:47:45 -07:00
parent fb3aadda65
commit 0a951f1bf2
2 changed files with 2 additions and 1 deletions

View File

@ -789,6 +789,7 @@ span.tag button.close {
vertical-align:middle;
}
h4.caption { margin-bottom:20px; }
/*
body { background-color: rgb(68, 68, 68); }

View File

@ -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>