diff options
author | friendica <info@friendica.com> | 2013-12-09 15:45:52 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-09 15:45:52 -0800 |
commit | 70a81d6ad5f2c03277fcdbdc079820946022e8c1 (patch) | |
tree | e93c2c6f045fcef4661bdcba2d5078766dae0c82 /view/theme | |
parent | f85cba10eb3d976d715c7a80fe69fe15d9dc468c (diff) | |
parent | 76d8501d671ae7d4234f1a905cd0e506c7f9b23e (diff) | |
download | volse-hubzilla-70a81d6ad5f2c03277fcdbdc079820946022e8c1.tar.gz volse-hubzilla-70a81d6ad5f2c03277fcdbdc079820946022e8c1.tar.bz2 volse-hubzilla-70a81d6ad5f2c03277fcdbdc079820946022e8c1.zip |
Merge branch 'master' of https://github.com/git-marijus/red
Conflicts:
view/theme/redbasic/css/style.css
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 31aa45995..83781ebb9 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1232,13 +1232,26 @@ a.mail-list-link { .groupsideedit { margin-right: 10px; } + #saved-search-ul { list-style-type: none; } + +.saved-search-li i { + opacity: 0; +} + +.saved-search-li:hover i { + opacity: 1; +} + +/* .savedsearchdrop, .savedsearchterm { float: left; margin-top: 10px; } +*/ + .savedsearchterm { margin-left: 10px; } @@ -2987,9 +3000,12 @@ img.mail-list-sender-photo { } .suggest-widget-more { margin-top: 10px; } + #note-text { width: 190px; max-width: 190px; height: 150px; } -#note-save { margin-top: 10px; }
\ No newline at end of file +#note-save { margin-top: 10px; } + + |