aboutsummaryrefslogtreecommitdiff
path: root/views/default/css.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-18 22:41:53 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-18 22:41:53 +0000
commit6087e0511126842a48bbfc6f3077fb62d008ec1b (patch)
tree05922e2d5d99676f7ac81e90fab1873cc2a9bf03 /views/default/css.php
parent6abb9ff637c04e54272cfeaaca503d2347560952 (diff)
downloadelgg-6087e0511126842a48bbfc6f3077fb62d008ec1b.tar.gz
elgg-6087e0511126842a48bbfc6f3077fb62d008ec1b.tar.bz2
widget description popups added
git-svn-id: https://code.elgg.org/elgg/trunk@983 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r--views/default/css.php18
1 files changed, 17 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php
index 38249c0af..ea7fef5e5 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -255,7 +255,7 @@ h6 { font-size: 0.8em; }
CUSTOMISE PANEL (PROFILE & DASHBOARD)
*************************************** */
#customise_editpanel {
- /* display:none;*/
+ display:none;
margin: -20px 0 20px 20px;
padding:20px;
background: #dedede;
@@ -329,6 +329,14 @@ h6 { font-size: 0.8em; }
#customise_editpanel img.more_info {
padding-top: 4px;
}
+#widget_moreinfo {
+ position:absolute;
+ border:1px solid #333333;
+ background:#e4ecf5;
+ color:#333333;
+ padding:5px;
+ display:none;
+}
.droppable-active {
}
@@ -680,3 +688,11 @@ input[type="submit"] {
*************************************** */
+
+
+
+
+
+
+
+ \ No newline at end of file