diff options
Diffstat (limited to 'assets/css/home.css')
-rw-r--r-- | assets/css/home.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index bc4fea7..1032c71 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -69,8 +69,17 @@ th { section { padding-top: 30px; + margin-left: 4px; } section.admin input, select, textarea { display: block; +} + +section.font input, select, textarea { + display: block; +} + +span#user { + float: right; }
\ No newline at end of file |