[geeklog-cvs] Geeklog-1.x/public_html/polls style.css,1.3,1.4

Oliver ospiess at qs1489.pair.com
Tue Oct 9 06:01:21 EDT 2007


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

Modified Files:
	style.css 
Log Message:
adjust polls layout

Index: style.css
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/polls/style.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** style.css	9 Oct 2007 09:23:11 -0000	1.3
--- style.css	9 Oct 2007 10:01:19 -0000	1.4
***************
*** 1,10 ****
! .poll-question-table {
!   float:left;
!   margin:5px;
  }
! .poll-question-table td,
! .poll-question-table th{
!   padding:2px;
  }
  .poll-topic {
    font-size:larger;
--- 1,15 ----
! .poll-divider {
!   border-bottom:1px solid #CCCCCC;
!   margin-bottom:10px;
!   margin-top:10px;
!   margin-left:30px;
!   margin-right:30px;
  }
! 
! .poll-block-last {
!   margin-bottom:5px;
!   padding-bottom:5px;
  }
+ 
  .poll-topic {
    font-size:larger;
***************
*** 15,18 ****
--- 20,27 ----
    margin:0px;
  }
+ .poll-questions ul,
+ .poll-questions td {
+   font-size:0.85em;
+ }
  .poll-question {
    padding:0px;
***************
*** 20,33 ****
  }
  .poll-questions {
!   padding:3px;
!   border:1px solid #CCCCCC;
    background-color: #DDDDDD;
!   margin:5px;
  }
! .block-box-right .poll-question-table,
! .block-box-left .poll-question-table{
    padding:0px;
    margin:0px;
-   font-size:0.85em;
    vertical-align:top;
  }
--- 29,40 ----
  }
  .poll-questions {
!   padding:2px;
    background-color: #DDDDDD;
!   margin:2px;
  }
! .block-box-right table,
! .block-box-left table{
    padding:0px;
    margin:0px;
    vertical-align:top;
  }
***************
*** 43,54 ****
  }
  
! .block-box-right .poll-question-table .poll_answer_text,
! .block-box-left .poll-question-table .poll_answer_text{
!   text-align:right;
  }
  
! 
! .block-box-right .poll-question-table .poll_answer_percent,
! .block-box-left .poll-question-table .poll_answer_percent{
!   text-align:left;
  }
--- 50,60 ----
  }
  
! .block-box-right .poll_answer_text,
! .block-box-left  .poll_answer_text{
!   text-align:left;
  }
  
! .block-box-right .poll_answer_percent,
! .block-box-left .poll_answer_percent{
!   text-align:right;
  }




More information about the geeklog-cvs mailing list