diff options
author | Friendika <info@friendika.com> | 2010-11-08 17:30:00 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-08 17:30:00 -0800 |
commit | 45149271285ea3515c3c1a7ea189609969c76748 (patch) | |
tree | 8c51894b100815a17662a881e0785eb5c708118f /view/theme | |
parent | 01f171bce71126f60cf0ef9b447006b34c5a3891 (diff) | |
download | volse-hubzilla-45149271285ea3515c3c1a7ea189609969c76748.tar.gz volse-hubzilla-45149271285ea3515c3c1a7ea189609969c76748.tar.bz2 volse-hubzilla-45149271285ea3515c3c1a7ea189609969c76748.zip |
added search
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/default/style.css | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index 249fb2a95..2dbd3d062 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -167,7 +167,7 @@ aside { /*left: 0px;*/ /*top: 60px;*/ /*right: 250px;*/ - width: 250px; + width: 230px; /*margin-left: 20px;*/ /*margin-right: 0px;*/ font-size: 0.9em; @@ -178,7 +178,7 @@ aside { } section { position: absolute; - left: 270px; + left: 250px; top: 60px; margin-top: 25px; margin-left: 20px; @@ -240,10 +240,10 @@ footer { float: right; margin-left: 0px; margin-right: 3px; - padding: 5px; + padding: 6px; /*border: 2px solid #000000;*/ background: #D5D5D5; - font-size: 90%; + font-size: 80%; font-weight: bold; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; @@ -294,10 +294,10 @@ footer { float: left; margin-left: 3px; margin-right: 0px; - padding: 5px; + padding: 6px; /*border: 2px solid #000000;*/ background: #D5D5D5; - font-size: 90%; + font-size: 80%; font-weight: bold; text-decoration: none; -moz-border-radius-topleft: 3px; @@ -1813,3 +1813,16 @@ a.mail-list-link { #tagrm-cancel { margin-left: 15px; } + +.wall-item-conv { + margin-top: 5px; + margin-bottom: 25px; +} + +#search-submit { + margin-left: 15px; +} + +#search-box { + margin-bottom: 25px; +}
\ No newline at end of file |