aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/elements
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/css/elements')
-rw-r--r--views/default/css/elements/misc.php28
1 files changed, 27 insertions, 1 deletions
diff --git a/views/default/css/elements/misc.php b/views/default/css/elements/misc.php
index 14551c273..d0c97169d 100644
--- a/views/default/css/elements/misc.php
+++ b/views/default/css/elements/misc.php
@@ -31,4 +31,30 @@
overflow: hidden;
width: 100px;
height: 100px;
-} \ No newline at end of file
+}
+
+/* ***************************************
+ FRIENDS COLLECTIONS
+*************************************** */
+
+#friends_collections_accordian li {
+ color: #666666;
+}
+#friends_collections_accordian li h2 {
+ -moz-border-radius: 8px 8px 8px 8px;
+ background: none repeat scroll 0 0 #4690D6;
+ color: white;
+ cursor: pointer;
+ font-size: 1.2em;
+ margin: 10px 0;
+ padding: 4px 2px 4px 6px;
+}
+#friends_collections_accordian .friends_collections_controls {
+ float: right;
+ font-size: 70%;
+}
+#friends_collections_accordian .friends-picker {
+ background: none repeat scroll 0 0 white;
+ display: none;
+ padding: 0;
+}