aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/testbubble
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-01-05 20:40:48 -0800
committerfriendica <info@friendica.com>2012-01-05 20:40:48 -0800
commitc3ada095f4156bba01e77d2d250d5821ba5e859e (patch)
treef03f9d9d7c03f159c17ba41db3701e3213529dee /view/theme/testbubble
parent291a82c4a465c6c3b1db7087682cb050d1943a08 (diff)
downloadvolse-hubzilla-c3ada095f4156bba01e77d2d250d5821ba5e859e.tar.gz
volse-hubzilla-c3ada095f4156bba01e77d2d250d5821ba5e859e.tar.bz2
volse-hubzilla-c3ada095f4156bba01e77d2d250d5821ba5e859e.zip
network select widget
Diffstat (limited to 'view/theme/testbubble')
-rw-r--r--view/theme/testbubble/style.css19
1 files changed, 18 insertions, 1 deletions
diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css
index 3a5d9f178..54bbdeb98 100644
--- a/view/theme/testbubble/style.css
+++ b/view/theme/testbubble/style.css
@@ -630,7 +630,7 @@ h3#search:before {
top:1px;
}
-.group-selected {
+.group-selected, .nets-selected {
padding-bottom: 0px;
padding-left: 2px;
padding-right: 2px;
@@ -668,6 +668,23 @@ ul .sidebar-group-li .icon{
width: 12px;
}
+
+.nets-ul {
+ list-style-type: none;
+}
+
+.nets-ul li {
+ margin-top: 10px;
+}
+
+.nets-link {
+ margin-left: 24px;
+}
+.nets-all {
+ margin-left: 42px;
+}
+
+
.widget h3{
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0edf0), color-stop(1, #e2e2e2) );
background:-moz-linear-gradient( center top, #f0edf0 5%, #e2e2e2 100% );