diff options
author | friendica <info@friendica.com> | 2012-08-05 21:41:58 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-08-05 21:41:58 -0700 |
commit | c673c70c25143f18b2ef6aef9ee6633d0eac46ae (patch) | |
tree | a5e242bc114a08cd7a46868e56f5159075f3e7fe /view/theme | |
parent | 4f645992100a9c2a9877548b37cf4f78b4c6a160 (diff) | |
download | volse-hubzilla-c673c70c25143f18b2ef6aef9ee6633d0eac46ae.tar.gz volse-hubzilla-c673c70c25143f18b2ef6aef9ee6633d0eac46ae.tar.bz2 volse-hubzilla-c673c70c25143f18b2ef6aef9ee6633d0eac46ae.zip |
updates
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/darkzero/css/style.css | 2 | ||||
-rw-r--r-- | view/theme/diabook/style-profile.css | 7 | ||||
-rw-r--r-- | view/theme/diabook/style.css | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/view/theme/darkzero/css/style.css b/view/theme/darkzero/css/style.css index 3435deba6..e01e14252 100644 --- a/view/theme/darkzero/css/style.css +++ b/view/theme/darkzero/css/style.css @@ -17,7 +17,7 @@ aside{ background-image: url(../img/border.jpg); padding-bottom: 0px; } section { background-color: #333333; background-image: url(../img/border.jpg); } -.tabs { background-image: url(../head.jpg); } +.tabs { background-image: url(../img/head.jpg); } div.wall-item-content-wrapper.shiny { background-image: url('../img/shiny.png'); } nav #banner #logo-text a { color: #ffffff; } diff --git a/view/theme/diabook/style-profile.css b/view/theme/diabook/style-profile.css index 4a2a5eca6..f154bbcf1 100644 --- a/view/theme/diabook/style-profile.css +++ b/view/theme/diabook/style-profile.css @@ -2549,4 +2549,9 @@ list-style-type: disc; #photos-upload-newalbum-div { float: left; width: 175px; -}
\ No newline at end of file +} + +.item-image-preview { + float: left; + margin-right: 10px; +} diff --git a/view/theme/diabook/style.css b/view/theme/diabook/style.css index 625483fe7..1e0b8b1c5 100644 --- a/view/theme/diabook/style.css +++ b/view/theme/diabook/style.css @@ -2906,4 +2906,4 @@ list-style-type: disc; #photos-upload-newalbum-div { float: left; width: 175px; -}
\ No newline at end of file +} |