[svn r20034] Fixed the style display in project see FS#3909

skala
Arthur Portugal 16 years ago
parent 7311d6502d
commit 03e04a115d
  1. 2
      main/blog/blog.php
  2. 18
      main/css/public_admin/default.css

@ -298,7 +298,7 @@ $fck_attribute = null; // Clearing this global variable immediatelly after it ha
<table width="100%">
<tr>
<td width="220" class="blog_left" valign="top">
<td width="10%" style="float;left;" class="blog_left" valign="top">
<?php
$month = (int)$_GET['month'] ? (int)$_GET['month'] : (int) date('m');

@ -690,8 +690,14 @@ input.liteoption {
}
#agenda .title a { color: #fff;}
#agenda .agendaitem {font-size: 12px;}
#smallcalendar .title {background-color: #dcdcdc; font-weight: bold; padding: 2px;
color: #666; text-align: center; font-size: 11px;}
#smallcalendar .title {
background-color: #dcdcdc;
font-weight: bold;
padding: 5px;
color: #666;
text-align: center;
font-size: 11px;
}
#smallcalendar .title a { color: #666;}
#agenda_select {list-style: none; border: 0px solid green;
margin: 30px 0 0 0; padding: 0 0 0 10px;}
@ -989,14 +995,14 @@ div.row div.form_header {
div.row div.label {
float: left;
width: 18%;
text-align: right;
text-align: left;
}
div.row div.formw {
width: 80%;
width: 100%;
}
[dir=ltr] div.row div.label, [dir=rtl] div.row div.formw {
float: left;
text-align: right;
text-align: left;
}
[dir=rtl] div.row div.label, [dir=ltr] div.row div.formw {
float: right;
@ -2416,7 +2422,7 @@ button.back {
.icon_image_content{
width:70px;
cursor:hand;
height:12em;
height:11em;
text-align: center;
padding-top: 3px;
padding-right: 5x;

Loading…
Cancel
Save