[geeklog-cvs] geeklog: Added CSS for the token expiry notice + some minor sour...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Oct 31 04:52:50 EDT 2009


changeset 7408:d1e9c15f5c60
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/d1e9c15f5c60
user: Dirk Haun <dirk at haun-online.de>
date: Fri Oct 30 19:15:17 2009 +0100
description:
Added CSS for the token expiry notice + some minor source code / comments cosmetics

diffstat:

 public_html/layout/professional/style.css |  38 +++++++++++++------
 1 files changed, 26 insertions(+), 12 deletions(-)

diffs (107 lines):

diff -r 62c4bd0f9743 -r d1e9c15f5c60 public_html/layout/professional/style.css
--- a/public_html/layout/professional/style.css	Fri Oct 30 17:28:55 2009 +0100
+++ b/public_html/layout/professional/style.css	Fri Oct 30 19:15:17 2009 +0100
@@ -1,7 +1,7 @@
 /* STYLESHEET FORMAT GUIDE *****************************************************
 
-  split the following sections:
-  - semantics (direct formatting for <td>, <a > etc
+  split into the following sections:
+  - semantics (direct formatting for <td>, <a>, etc)
   - classes (.whatever)
   - common plugin CSS
   - navbar
@@ -181,14 +181,17 @@
   float:left;
   padding:5px;
 }
-.admin-menu { /* the box around the menu */
+.admin-menu {
+  /* the box around the menu */
   padding:5px;
   border:1px solid #EEEEEE;
 }
-.admin-menu-text { /* the text below the links */
+.admin-menu-text {
+  /* the text below the links */
   padding:5px;
 }
-.admin-menu-item { /* a single link in the menu */
+.admin-menu-item {
+  /* a single link in the menu */
   padding: 0px 5px 0px 5px;
 }
 .admin-list-smalltable {
@@ -220,7 +223,7 @@
   padding-top:2px;
   padding-bottom:2px;
 }
-/* Menus in blocks *****************************************************************/
+/* Menus in blocks ************************************************************/
 .blocklist ul {
   list-style:none;
   padding:0px;
@@ -264,7 +267,7 @@
 * html .clearfix {height: 1%;}
 .clearfix {display: block;}
 /* End hide from IE-mac */
-/* general formatting classes **************************************************/
+/* general formatting classes *************************************************/
 .b {
   font-weight:bold;
 }
@@ -485,15 +488,18 @@
   padding-bottom:5px;
   margin-left:105px;
 }
-.checkboxes-list {  /* this is used for example by COM_checkList */
+.checkboxes-list {
+  /* this is used for example by COM_checkList */
   list-style:none;
   padding:0px;
   margin:0px;
 }
-.checkboxes-list span { /* space between the text and the checkbox */
+.checkboxes-list span {
+  /* space between the text and the checkbox */
   padding-left:5px;
 }
-.checkboxes-list .gldefault { /* default blocks in the user settings block list */
+.checkboxes-list .gldefault {
+  /* default blocks in the user settings block list */
   font-weight:bold;
 }
 .missing-field {
@@ -722,6 +728,14 @@
   margin:0px;
 }
 /******************************************************************************/
+#token-expirynotice {
+  padding:1em;
+  border:1px solid #CCCCCC;
+  background:#F7F7F7;
+}
+#token-expirytime {
+  font-weight:bold;
+}
 .topicoption,
 .topicoption-off {
 }
@@ -994,7 +1008,7 @@
 
 /* Common CSS for on-hover tooltip feature */
 a.tooltip {
-  position: relative; /*this is the key*/
+  position: relative; /* this is the key */
   z-index:10;
   color:#000;
   text-decoration:none;
@@ -1007,7 +1021,7 @@
   display: none;
 }
 a.tooltip:hover span {
-  /*the span will display just on :hover state*/
+  /* the span will display just on :hover state */
   z-index:100;
   color:#033666;
   font-style:normal;



More information about the geeklog-cvs mailing list