Vooral wijzigingen van RLI :-)
svn path=/Website/trunk/; revision=28529
This commit is contained in:
@@ -56,14 +56,14 @@ th {
|
||||
}
|
||||
|
||||
#loginhtml {
|
||||
background-color: #F4F6F9;
|
||||
background-color: #F4F6F9;
|
||||
background: url(../appl/Pictures/loginbg.jpg) no-repeat center center fixed;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
-webkit-background-size:cover;
|
||||
-moz-background-size:cover;
|
||||
-o-background-size:cover;
|
||||
}
|
||||
-o-background-size:cover;
|
||||
}
|
||||
#loginbody {
|
||||
background-color: transparent;
|
||||
}
|
||||
@@ -115,8 +115,8 @@ th {
|
||||
}
|
||||
|
||||
#logintable #buttons {
|
||||
text-align: center;
|
||||
float: none;
|
||||
text-align: center;
|
||||
float: none;
|
||||
margin-left: 0;
|
||||
}
|
||||
#logindiv
|
||||
@@ -135,7 +135,7 @@ th {
|
||||
-moz-box-shadow: 0px 0px 20px #E3E4E4;
|
||||
-webkit-box-shadow: 0px 0px 20px #E3E4E4;
|
||||
box-shadow: 0px 0px 20px #E3E4E4;
|
||||
}
|
||||
}
|
||||
#loginfooter {
|
||||
position: fixed;
|
||||
bottom: 24px;
|
||||
@@ -145,7 +145,7 @@ th {
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
}
|
||||
#mobkey {
|
||||
#mobkey {
|
||||
float: right;
|
||||
padding-right: 8px;
|
||||
}
|
||||
@@ -231,7 +231,7 @@ input[type=password] {
|
||||
background-color: #FFFDF1;
|
||||
}
|
||||
|
||||
input[type=checkbox], input[type=radio]{
|
||||
input[type=checkbox], input[type=radio]{
|
||||
background-color:transparent;
|
||||
margin:0 4px 0 2px;
|
||||
}
|
||||
@@ -242,12 +242,12 @@ input[type=submit]{
|
||||
input[readonly], select[readonly], textarea[readonly] {
|
||||
background-color: transparent;
|
||||
color: ==textcolor==;
|
||||
border:0;
|
||||
border:0;
|
||||
padding: 0;
|
||||
}
|
||||
input[readonly], select[readonly], textarea[readonly], td span.readonly, td div.readonly {
|
||||
}
|
||||
input[readonly], select[readonly], textarea[readonly], td span.readonly, td div.readonly {
|
||||
filter: alpha(opacity=80);
|
||||
opacity: 0.8;
|
||||
opacity: 0.8;
|
||||
}
|
||||
td span.readonly {
|
||||
display: inline-block; /* zodat span ook width respecteert */
|
||||
@@ -374,7 +374,7 @@ th {
|
||||
padding-right: 2px;
|
||||
}
|
||||
/*TODO*/
|
||||
#headerprefix {
|
||||
#headerprefix, #userimperson {
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
border: 0;
|
||||
@@ -595,13 +595,15 @@ div.widget {
|
||||
}
|
||||
|
||||
input#menufilter {
|
||||
width: 246px;
|
||||
width: 220px;
|
||||
margin-bottom: 0px;
|
||||
margin-top: 2px;
|
||||
margin-top: 5px;
|
||||
margin-left: 2px;
|
||||
border-radius: 8px;
|
||||
opacity: 0.8;
|
||||
border-color: #888;
|
||||
padding: 2px 6px 3px 6px;
|
||||
filter: alpha(opacity=80); /* For IE8 and earlier */
|
||||
border: 1px solid #aaa;
|
||||
}
|
||||
div.filtermenukop {
|
||||
display: none;
|
||||
@@ -611,7 +613,7 @@ div.filtermenukop {
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
/* oude jQuery ui corretie tbv tab menu */
|
||||
/* oude jQuery ui correctie tbv tab menu */
|
||||
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {background:#e6e6e6 url(../appl/localscripts/theme/images/ui-bg_flat_75_e6e6e6_40x100.png) 50% 50% repeat-x;}
|
||||
.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{background:#dadada url(../appl/localscripts/theme/images/ui-bg_flat_75_dadada_40x100.png);}
|
||||
.ui-widget-header{border:1px solid #aaa;background:#ccc url(../appl/localscripts/theme/images/ui-bg_flat_75_cccccc_40x100.png) 50% 50% repeat-x;color:#222;font-weight:bold}
|
||||
@@ -831,7 +833,7 @@ div.wbackground {
|
||||
#mywelcomeinfo {
|
||||
background-color: ==blockheaderbackgroundcolor==;
|
||||
color: ==blockheadercolor==;
|
||||
margin-top: 1px;
|
||||
margin-top: 1px;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
.ui-tabs-nav {
|
||||
@@ -1485,6 +1487,9 @@ span.expired2 {
|
||||
.expired3 td {
|
||||
background-color: #F1DCF6;
|
||||
}
|
||||
.pending td {
|
||||
background-color: #C1FFDD;
|
||||
}
|
||||
.unsolved td {
|
||||
background-color: #E4E8F8;
|
||||
font-weight: bold;
|
||||
@@ -1528,10 +1533,26 @@ tr.resV td {
|
||||
}
|
||||
|
||||
tr.updated td {
|
||||
background-color: #F9EE6F;
|
||||
font-weight: bold;
|
||||
background-color: #FDFF3F;
|
||||
font-weight: 700;
|
||||
color: ==textcolor==;
|
||||
filter: alpha(opacity=100);
|
||||
opacity: 1.0;
|
||||
}
|
||||
tr.updated10 td {
|
||||
background-color: #FDFF73;
|
||||
font-weight: 600;
|
||||
color: ==textcolor==;
|
||||
filter: alpha(opacity=100);
|
||||
opacity: 1.0;
|
||||
}
|
||||
tr.updated100 td {
|
||||
font-weight: 500;
|
||||
color: ==textcolor==;
|
||||
filter: alpha(opacity=100);
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
tr.updated.dirty td {
|
||||
color: #808080
|
||||
}
|
||||
@@ -2286,9 +2307,14 @@ table#vis_tab .suggest, table#vis_tab .suggestBusy{width: 218px !important;}
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.fldmldhasopm {
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#kostenklant {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
select.fldimport_app_key, .fldfinomsch, .flduitvExist
|
||||
{
|
||||
@@ -2552,9 +2578,9 @@ body.likemodal {
|
||||
#mod_mldclose {width:600px;}
|
||||
#mod_mldaccept {width:500px;}
|
||||
#mod_mldshiftdate {width:550px;}
|
||||
#mod_opdruren {width: 680px;}
|
||||
#mod_opdrclose {width:540px; height: 260px;}
|
||||
#mod_mldfixsla {width:400px; height: 260px;}
|
||||
#mod_urenremarkbody {width:500px;}
|
||||
#mod_resdelete {width:400px;}
|
||||
#mod_mldforward {width:600px;}
|
||||
#mod_tekedit {width:400px;}
|
||||
@@ -2710,6 +2736,7 @@ div#maintabs{
|
||||
.ui-tabs .ui-tabs-panel {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
div#menutabs .ui-layout-content {
|
||||
@@ -3416,6 +3443,12 @@ td.selectable {
|
||||
.ColumnTD a:hover .ColumnFONT {
|
||||
color: #f26522;
|
||||
}
|
||||
.bit_group {
|
||||
border-top-style: solid;
|
||||
border-right-style: solid;
|
||||
border-top-width: 1px;
|
||||
border-right-width: 1px;
|
||||
}
|
||||
|
||||
.facmgtmultilang {
|
||||
text-decoration: underline;
|
||||
|
||||
Reference in New Issue
Block a user