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

Dirk Haun dhaun at qs1489.pair.com
Thu May 22 03:47:02 EDT 2008


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

Modified Files:
	style.css 
Log Message:
Removed unused poll classes; added empty missing-field, required-field classes for future use; cosmetics


Index: style.css
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/style.css,v
retrieving revision 1.99
retrieving revision 1.100
diff -C2 -d -r1.99 -r1.100
*** style.css	10 May 2008 16:51:46 -0000	1.99
--- style.css	22 May 2008 07:47:00 -0000	1.100
***************
*** 187,191 ****
    border:1px solid #EEEEEE;
  }
! .admin-menu-text{ /* the text below the links */
    padding:5px;
  }
--- 187,191 ----
    border:1px solid #EEEEEE;
  }
! .admin-menu-text { /* the text below the links */
    padding:5px;
  }
***************
*** 201,205 ****
    margin:0px;
  }
! .admin-list-search{
    text-align:center;
    margin-top:5px;
--- 201,205 ----
    margin:0px;
  }
! .admin-list-search {
    text-align:center;
    margin-top:5px;
***************
*** 290,294 ****
  }
  .block-bg-left,
! .block-bg-right{
    border-top:1px solid #FFFFFF;
  }
--- 290,294 ----
  }
  .block-bg-left,
! .block-bg-right {
    border-top:1px solid #FFFFFF;
  }
***************
*** 407,411 ****
    text-align:center;
  }
! .edit-perm-up{
    text-align:center;
    padding-right:10px;
--- 407,411 ----
    text-align:center;
  }
! .edit-perm-up {
    text-align:center;
    padding-right:10px;
***************
*** 472,476 ****
    margin:0px;
  }
! .checkboxes-list span{ /* space between the text and the checkbox */
    padding-left:5px;
  }
--- 472,476 ----
    margin:0px;
  }
! .checkboxes-list span { /* space between the text and the checkbox */
    padding-left:5px;
  }
***************
*** 478,488 ****
    font-weight:bold;
  }
  /* Header *********************************************************************/
! .header-logo{
    float:left;
    padding-left:15px;
    padding-top:13px;
  }
! .header-slogan{
    float:right;
    line-height:78px;
--- 478,494 ----
    font-weight:bold;
  }
+ .missing-field {
+   /* reserved for future use */
+ }
+ .required-field {
+   /* reserved for future use */
+ }
  /* Header *********************************************************************/
! .header-logo {
    float:left;
    padding-left:15px;
    padding-top:13px;
  }
! .header-slogan {
    float:right;
    line-height:78px;
***************
*** 500,504 ****
    background:#E7E7E7;
  }
! .header-navigation-container ul{
    list-style: none;
    padding:0px;
--- 506,510 ----
    background:#E7E7E7;
  }
! .header-navigation-container ul {
    list-style: none;
    padding:0px;
***************
*** 509,513 ****
    height:24px;
  }
! .header-navigation-container li{
    float:left;
    padding-right:9px;
--- 515,519 ----
    height:24px;
  }
! .header-navigation-container li {
    float:left;
    padding-right:9px;
***************
*** 596,605 ****
    margin:0px;
  }
! .searchform-elements{
    display:inline;
    position:relative;
    top:6px;
  }
! .searchform-elements input{
    font-size:0.9em;
  }
--- 602,611 ----
    margin:0px;
  }
! .searchform-elements {
    display:inline;
    position:relative;
    top:6px;
  }
! .searchform-elements input {
    font-size:0.9em;
  }
***************
*** 637,641 ****
    color:#000000;
  }
! .story h1{
    /* the title of a story */
    background:transparent;
--- 643,647 ----
    color:#000000;
  }
! .story h1 {
    /* the title of a story */
    background:transparent;
***************
*** 666,670 ****
    padding-top:10px;
  }
! .story-icons a{
    margin-left:5px;
  }
--- 672,676 ----
    padding-top:10px;
  }
! .story-icons a {
    margin-left:5px;
  }
***************
*** 681,685 ****
    clear:both;
  }
! .story-footer p{
    padding:0px;
    margin:0px;
--- 687,691 ----
    clear:both;
  }
! .story-footer p {
    padding:0px;
    margin:0px;
***************
*** 1003,1011 ****
  /* End of Common Plugin CSS */
  
- /* Poll Plugin ****************************************************************/
- .poll-vote,
- .poll-vote-results {
-   background:transparent;
-   color:#000000;
-   font-size:smaller;
- }
--- 1009,1010 ----




More information about the geeklog-cvs mailing list