diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-04-13 11:21:15 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-04-13 11:21:15 +0200 |
commit | 7aa3b92f4c4619de76f45f448edfd6e4dcfbceb4 (patch) | |
tree | f28c86610cf46b3abc04acd76549129972882f16 /view/theme/quattro/quattro.less | |
parent | 138a0e06b88b0c9163ea0bffff8e3521e6c7ee22 (diff) | |
download | volse-hubzilla-7aa3b92f4c4619de76f45f448edfd6e4dcfbceb4.tar.gz volse-hubzilla-7aa3b92f4c4619de76f45f448edfd6e4dcfbceb4.tar.bz2 volse-hubzilla-7aa3b92f4c4619de76f45f448edfd6e4dcfbceb4.zip |
quattro: add admin theme settigs. darker items background with a bottom border.
Diffstat (limited to 'view/theme/quattro/quattro.less')
-rw-r--r-- | view/theme/quattro/quattro.less | 45 |
1 files changed, 7 insertions, 38 deletions
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 9a5874141..d17b16bcd 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -422,6 +422,7 @@ section { padding: 10px; margin-bottom: 20px; width: 750px; + border-bottom: 1px solid @ThreadBottomBorderColor; } .wall-item-decor { position: absolute; left: 97%; top: -10px; width: 16px;} .unstarred { display: none; } @@ -1134,46 +1135,14 @@ ul.tabs { } -/* mail view */ -/* -.mail-conv-sender, -.mail-conv-detail { - float: left; -} -.mail-conv-detail { - margin-left: 20px; - width: 500px; -} - -.mail-conv-subject { - font-size: 1.4em; - margin: 10px 0; -} - -.mail-conv-outside-wrapper-end { - clear: both; -} - -.mail-conv-outside-wrapper { - margin-top: 30px; -} - -.mail-conv-delete-wrapper { - float: right; - margin-right: 30px; - margin-top: 15px; -} -.mail-conv-break { - clear: both; -} - -.mail-conv-delete-icon { - border: none; +/* theme screenshot */ +.screenshot { + position: absolute; + left: 70%; + top: 50px; + img { width: 200px; } } -*/ - - /* page footer */ footer { height: 100px; display: table-row; } |