aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-11 16:32:52 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-11 16:32:52 +0000
commite697394b9b509190f3ada9e46cc1832e4acab8c1 (patch)
tree90c692219d2b5c0ad841d6ae80e3941437c8c70b
parentfedf5c5df1e7041ab8e0072450be36b85d7517db (diff)
downloadelgg-e697394b9b509190f3ada9e46cc1832e4acab8c1.tar.gz
elgg-e697394b9b509190f3ada9e46cc1832e4acab8c1.tar.bz2
git-svn-id: https://code.elgg.org/elgg/trunk@1844 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r--views/default/css.php62
1 files changed, 54 insertions, 8 deletions
diff --git a/views/default/css.php b/views/default/css.php
index e29e15ec5..063b6d3c5 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -1243,17 +1243,60 @@ temp force image width until upload size is changed
/* ***************************************
PLUGIN SETTINGS
*************************************** */
-#plugin_details {
- margin:0 0 20px 0;
- padding:10px;
+.plugin_details {
+ margin:0 0 10px 0;
+ padding:5px 10px 5px 10px;
}
-#plugin_details.active {
- border:1px solid lime;
+.active {
+ border:1px solid #00cc00;
+ background:#ccffcc;
}
-#plugin_details.not-active {
- border:1px solid red;
+.not-active {
+ border:1px solid #D3322A;
+ background:#F7DAD8;
+}
+.plugin_details p {
+ margin:0;
+ padding:4px 0 0 0;
+}
+.plugin_details a.manifest_details {
+ cursor:pointer;
+ font-size:80%;
+}
+.not-active .admin_plugin_enable_disable a {
+ float:right;
+ font: 12px/100% Arial, Helvetica, sans-serif;
+ font-weight: bold;
+ color: #ffffff;
+ background:#4690d6;
+ border: 1px solid #4690d6;
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ width: auto;
+ padding: 4px;
+ margin:5px 0 0 0;
+ cursor: pointer;
+}
+.not-active .admin_plugin_enable_disable a:hover {
+ background: #0054a7;
+}
+.active .admin_plugin_enable_disable a {
+ float:right;
+ font: 12px/100% Arial, Helvetica, sans-serif;
+ font-weight: bold;
+ color: #ffffff;
+ background:#999999;
+ border: 1px solid #999999;
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ width: auto;
+ padding: 4px;
+ margin:5px 0 0 0;
+ cursor: pointer;
+}
+.active .admin_plugin_enable_disable a:hover {
+ background: #333333;
}
-
/* ***************************************
GENERIC COMMENTS
@@ -2110,3 +2153,6 @@ a.toggle_customise_edit_panel:hover {
height: 100px;
}
+.manifest_file {
+ display:none;
+} \ No newline at end of file