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