diff options
author | marijus <mario@localhost.localdomain> | 2013-12-12 14:39:21 +0100 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2013-12-12 14:39:21 +0100 |
commit | 8f6af66a730250c7688168eecf8ba9b99df2536b (patch) | |
tree | 072cdd9f9adf6147984a3fdd34f18335236f21bb /view | |
parent | 81cf9209f029bbed00a0eaf91fc672984763c5e4 (diff) | |
download | volse-hubzilla-8f6af66a730250c7688168eecf8ba9b99df2536b.tar.gz volse-hubzilla-8f6af66a730250c7688168eecf8ba9b99df2536b.tar.bz2 volse-hubzilla-8f6af66a730250c7688168eecf8ba9b99df2536b.zip |
move affinity slider to widgets.css and minor cleanup
Diffstat (limited to 'view')
-rw-r--r-- | view/css/widgets.css | 14 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 30 |
2 files changed, 20 insertions, 24 deletions
diff --git a/view/css/widgets.css b/view/css/widgets.css index 2e424a8dc..a34508961 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -97,7 +97,6 @@ width: 12px; } - #sidebar-group-list li { margin-top: 3px; } @@ -109,3 +108,16 @@ .group-edit-icon { opacity: 0; } + +/* affinity - slider */ + +#main-slider { + position: relative; + left: 5px; + width: 90%; +} + +.slider { + margin-top: 10px; + margin-bottom: 45px; +} diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index a67742c81..e02f55520 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1610,21 +1610,6 @@ div.jGrowl div.info { text-align: center; } - -.slider { - margin-top: 10px; - margin-bottom: 45px; -} - - -#main-slider { - position: relative; - left: 5px; - width: 90%; - -} - - #contact-slider { position: relative; left: 5%; @@ -2477,6 +2462,13 @@ img.mail-list-sender-photo { -moz-border-radius: $radiuspx; } +.categories-ul { + list-style-type: none; +} + +#sidebar-group-list ul { + list-style-type: none; +} /* need to put these back in the theme for now - used in more than one module */ @@ -2530,11 +2522,3 @@ img.mail-list-sender-photo { .contact-entry-end { clear: both; } - -.categories-ul { - list-style-type: none; -} - -#sidebar-group-list ul { - list-style-type: none; -} |