summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2008-12-03 03:24:45 +0000
committerChad Kieffer <chad@2tbsp.com>2008-12-03 03:24:45 +0000
commit98ea31a86d6152a8b6b612f0e5b1cc7a7ce41b52 (patch)
tree14c5a94463358b9d5b06ef017234af1de635fb98
parent6f959deed90750d3f87f26e64fc44beb3f7ba903 (diff)
Grouped Ajax/Dom scripting related styles (gInPlaceEdit, gClose, etc.). Began gInPlaceEdit styles.
-rw-r--r--themes/default/css/screen.css56
1 files changed, 36 insertions, 20 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css
index 466c2c32..e137d8a7 100644
--- a/themes/default/css/screen.css
+++ b/themes/default/css/screen.css
@@ -12,7 +12,8 @@
* 6) Navigation and menus
* 7) Generic styles
* 8) Browser hacks
- * 9) Debugging information
+ * 9) Debugging information
+ * 10) Ajax/DOM features
*/
/** *******************************************************************
@@ -664,25 +665,6 @@ table.gMetadata td.toggle {
background-color: #f3f3f3;
}
-.gClose a {
- border: 1px solid #ccc;
- color: #ccc;
- display: block;
- font-weight: bold;
- padding: 1px 3px;
-}
-
-.gClose a:hover {
- border: 1px solid #666;
- color: #666;
- text-decoration: none;
-}
-
-.gHide,
-.gClose {
- display: none;
-}
-
/** *******************************************************************
* 8) Browser hacks
*********************************************************************/
@@ -727,3 +709,37 @@ div.gAnnotatedThemeBlock div.title {
font-size: 110%;
-moz-border-radius: 5% 5% 5% 5%;
}
+
+/** *******************************************************************
+ * 10) Ajax/DOM features
+ *********************************************************************/
+
+.gInPlaceEdit,
+.gInPlaceEdit form,
+.gInPlaceEdit input {
+ display: inline;
+}
+
+span.gInPlaceEdit:hover {
+ color: #6b8cb7;
+}
+
+.gClose a {
+ border: 1px solid #ccc;
+ color: #ccc;
+ display: block;
+ font-weight: bold;
+ padding: 1px 3px;
+}
+
+.gClose a:hover {
+ border: 1px solid #666;
+ color: #666;
+ text-decoration: none;
+}
+
+.gHide,
+.gClose {
+ display: none;
+}
+