pducarme changes

This commit is contained in:
Frédéric Péters 2011-11-28 14:07:37 +01:00
parent fbd1dda33e
commit ea1df7faa9
7 changed files with 109 additions and 9 deletions

View File

@ -50,7 +50,7 @@ h4
font-size: 12px;
color: #2d2d2d;
font-weight: 400;
padding-bottom: 22px;
padding-bottom: 3px;
}
h5 {margin-bottom: 1em; color:#5e0000;font-size: 14px;}
@ -216,14 +216,25 @@ dl.portlet a:hover {text-decoration: underline;}
font-size: 12px;
outline: none;
padding: 0 0 0 5px;
margin-left: 15px;
margin-right: 15px;
-moz-border-radius: 5px;
margin-left: 13px;
/* margin-right: 15px; */
/* -moz-border-radius: 5px; */
-moz-transition: all .2s ease-in-out;
-webkit-border-radius: 5px;
/* -webkit-border-radius: 5px; */
-webkit-transition: all .2s ease-in-out;
}
#pict_left {
float: right;
width: 23px;
height: 22px;
background: transparent url(../img/backgroundSearch_button.png) no-repeat top left;
top: 0px;
left: -2px;
padding-right: 10px;
}
#searchfield #searchlink
margin: 2px 0 0 0;
@ -853,7 +864,7 @@ margin-top: 8px;
font-weight: bold;
}
.whitebloc{overflow: hidden;}
.whitebloc #polgroup{float:left;text-indent: -9999px; width:120px;margin: 10px 0 0 20px; }
.whitebloc #polgroup{float:left;text-indent: -9999px; width:120px;margin: 20px 0 0 20px; }
.whitebloc .mr{height:25px; background: url(../img/mr.png) no-repeat; }
.whitebloc .ecolo{height:25px; background: url(../img/ecolo.png) no-repeat; }
.whitebloc .cdh{height:25px; background: url(../img/cdh.png) no-repeat; }
@ -1314,7 +1325,7 @@ margin-top: 8px;
.nav-list-month,
.portletCalendar .month_navigator {
font-size: 18px;
font-size: 16px;
/* color:#884a4a; */
text-align: center;
padding: 5px 0;
@ -1345,15 +1356,20 @@ border: none;
}
#colTwo .portletCalendar a {color:#F7F0E8 !important; text-decoration:none;}
.portletCalendar .ploneCalendar{margin: auto;}
.portletCalendar .ploneCalendar{margin: auto; border-spacing: 1px;}
.portletCalendar .ploneCalendar th{background: none;color: #91908f;font-size: 12px;}
.portletCalendar .ploneCalendar td{
padding: 0;
text-align: center;
width: 25px;
border: none;
background: none;
/* background: none; */
}
.portletCalendar .ploneCalendar .todayevent {
background-color: #FDC600;
}
.portletCalendar .ploneCalendar tr{
background: none;
}
@ -1784,6 +1800,73 @@ table.listing td.draggable {
padding: 0.4em 0.4em 0 0.5em;
text-shadow: 1px 1px 1px White;
}
/*table invisible */
#content table.invisible {
border-collapse:collapse;
border:none;
width:100%;
}
table.invisible .top {
border:none;
}
#content table.invisible th {
background: none repeat scroll 0 0 transparent;
border:none;
font-size: 10px;
}
#content table.invisible th:last {
border: none;
}
table.invisible tr.odd th {
-moz-border-bottom-colors: none;
-moz-border-image: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: transparent;
border-style: none;
border-width: 0.1em;
}
table.invisible tbody th {
font-weight: bold;
}
table.invisible tbody tr {
text-align: left;
background: none repeat scroll 0 0 transparent;
border:none;
}
#content table.invisible tbody tr:hover {
background: none repeat scroll 0 0 transparent;
}
#content table.invisible tbody tr:hover td{
background: none;
}
table.invisible tbody tr.odd {
background: none repeat scroll 0 0 transparent;
}
table.invisible tbody tr td {
background: none repeat scroll 0 0 transparent;
border:none;
}
table.invisible tbody tr.odd td {
background: none repeat scroll 0 0 transparent;
}
table.invisible td {
border:none;
}
table.invisible a {
border: none !important;
display: inline-block;
}
table.invisible td.draggable {
background: none repeat scroll 0 0 transparent !important;
border-bottom: 1px solid transparent;
padding: 0.4em 0.4em 0 0.5em;
text-shadow: 1px 1px 1px transparent;
}
/*table plain*/
#content table.plain {
border-collapse:collapse;
@ -1958,6 +2041,23 @@ dl.portlet {
width: auto;
}
div.labelboxes {
-webkit-appearance: textfield;
padding: 1px;
background-color: white;
border: 1px inset;
left:10px;
margin-left: 230px;
}
input.ac_input, input.ac_input:focus {
border: none;
background: transparent;
width: auto;
}
span.labelbox {
display: inline;
background: white url(../img/close_selected_item.png) no-repeat center right;

Binary file not shown.

After

Width:  |  Height:  |  Size: 746 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB