[geeklog-cvs] Geeklog-1.x/public_html/layout/professional style.css, 1.88, 1.89

Oliver ospiess at qs1489.pair.com
Wed Aug 29 05:34:37 EDT 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional
In directory qs1489.pair.com:/tmp/cvs-serv15431

Modified Files:
	style.css 
Log Message:
display the menu by itself instead of piping it through the admin-list-functions

Index: style.css
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/style.css,v
retrieving revision 1.88
retrieving revision 1.89
diff -C2 -d -r1.88 -r1.89
*** style.css	10 Jun 2007 13:47:11 -0000	1.88
--- style.css	29 Aug 2007 09:34:35 -0000	1.89
***************
*** 180,186 ****
  
  /* Admin lists ****************************************************************/
! .admin-list-icon {
    float:left;
    padding:5px;
  }
  .admin-list-table {
--- 180,196 ----
  
  /* Admin lists ****************************************************************/
! .admin-menu-icon {
    float:left;
    padding:5px;
+ }
+ .admin-menu { /* the box around the menu */
+   padding:5px;
+   border:1px solid #EEEEEE;
+ }
+ .admin-menu-text{ /* the text below the links */
+   padding:5px;
+ }
+ .admin-menu-item { /* a single ling */
+   padding: 0px 5px 0px 5px;
  }
  .admin-list-table {




More information about the geeklog-cvs mailing list