[geeklog-hg] geeklog: Modern_curve and Professional_css: added css code to en...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Feb 17 09:01:18 EST 2013


changeset 8946:8ff95802b979
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/8ff95802b979
user: dengen
date: Sun Feb 17 23:00:46 2013 +0900
description:
Modern_curve and Professional_css: added css code to ensure compatibility with Professional and Denim

diffstat:

 public_html/layout/modern_curve/css/admin/common.css     |  31 ++++++++++++++++
 public_html/layout/professional_css/css/admin/common.css |  31 ++++++++++++++++
 2 files changed, 62 insertions(+), 0 deletions(-)

diffs (82 lines):

diff -r cbf8a343ef2e -r 8ff95802b979 public_html/layout/modern_curve/css/admin/common.css
--- a/public_html/layout/modern_curve/css/admin/common.css	Sun Feb 17 13:27:01 2013 +0100
+++ b/public_html/layout/modern_curve/css/admin/common.css	Sun Feb 17 23:00:46 2013 +0900
@@ -62,6 +62,37 @@
   padding: 0.5em 2em;
 }
 
+.form_block {
+  margin: 0;
+  padding: 0;
+}
+
+.form_block:after {
+  content: "";
+  display: block;
+  clear: both;
+  height: 1px;
+  overflow: hidden;
+}
+
+.wide {
+  width: 98%;
+}
+
+.separator {
+  display: none;
+}
+
+.size1  { width:  60px; }
+.size2  { width: 120px; }
+.size3  { width: 180px; }
+.size4  { width: 240px; }
+.size5  { width: 300px; }
+.size6  { width: 360px; }
+.size7  { width: 420px; }
+.size8  { width: 480px; }
+.size9  { width: 540px; }
+.size10 { width: 600px; }
 
 /*--------------------------------------
   Permission Style
diff -r cbf8a343ef2e -r 8ff95802b979 public_html/layout/professional_css/css/admin/common.css
--- a/public_html/layout/professional_css/css/admin/common.css	Sun Feb 17 13:27:01 2013 +0100
+++ b/public_html/layout/professional_css/css/admin/common.css	Sun Feb 17 23:00:46 2013 +0900
@@ -63,6 +63,37 @@
   padding: 0.5em 2em;
 }
 
+.form_block {
+  margin: 0;
+  padding: 0;
+}
+
+.form_block:after {
+  content: "";
+  display: block;
+  clear: both;
+  height: 1px;
+  overflow: hidden;
+}
+
+.wide {
+  width: 98%;
+}
+
+.separator {
+  display: none;
+}
+
+.size1  { width:  60px; }
+.size2  { width: 120px; }
+.size3  { width: 180px; }
+.size4  { width: 240px; }
+.size5  { width: 300px; }
+.size6  { width: 360px; }
+.size7  { width: 420px; }
+.size8  { width: 480px; }
+.size9  { width: 540px; }
+.size10 { width: 600px; }
 
 /*--------------------------------------
   Permission Style



More information about the geeklog-cvs mailing list