Niet allemaal mijn schuld hoor ;-)
svn path=/Website/trunk/; revision=32120
This commit is contained in:
@@ -199,11 +199,12 @@ input[type=text], select {
|
||||
background-color: #fdf6ee;
|
||||
}
|
||||
|
||||
/* Niet zo mooi meer?
|
||||
input[type=text]:hover,
|
||||
textarea:hover,
|
||||
select:hover {
|
||||
background-color:#FEFEFE;
|
||||
}
|
||||
} */
|
||||
|
||||
input[type=file] {
|
||||
border: 0;
|
||||
@@ -266,7 +267,7 @@ span.labelextra {
|
||||
cursor: pointer;
|
||||
}
|
||||
.labelextra i:hover {
|
||||
color: ==iconhovercolor==;
|
||||
color: #51768F;
|
||||
}
|
||||
label.compactselector {
|
||||
padding: 0 0 2px 4px;
|
||||
@@ -352,11 +353,15 @@ th {
|
||||
div#maintabs ul.ui-tabs-nav {
|
||||
margin-right:62px;
|
||||
}
|
||||
span.removetag {
|
||||
cursor: pointer;
|
||||
}
|
||||
.hot,
|
||||
.tabpinned i:hover,
|
||||
span.removetag:hover,
|
||||
.tabclose:hover,
|
||||
.tabcloseall:hover {
|
||||
color: red;
|
||||
color: red;
|
||||
}
|
||||
.pincurrenttab:hover {
|
||||
color: ==iconhovercolor==;
|
||||
@@ -375,6 +380,12 @@ div#maintabs ul.ui-tabs-nav {
|
||||
text-align: right;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
#headersuggest .fldpers,
|
||||
#headersearch .fldsrch
|
||||
{
|
||||
border: 1px solid ==buttonbackgroundcolor==;
|
||||
}
|
||||
.hsspacer {
|
||||
height: 21px;
|
||||
}
|
||||
@@ -383,14 +394,12 @@ div#maintabs ul.ui-tabs-nav {
|
||||
padding-right: 2px;
|
||||
padding-top:1px;
|
||||
}
|
||||
#productsearch {
|
||||
}
|
||||
|
||||
#headerdate {
|
||||
font-weight: normal;
|
||||
text-align: right;
|
||||
border: 0;
|
||||
padding-right: 2px;
|
||||
padding-right: 4px;
|
||||
}
|
||||
/*TODO*/
|
||||
#headerprefix, #userimperson {
|
||||
@@ -435,6 +444,19 @@ div#maintabs ul.ui-tabs-nav {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.headerToggle {
|
||||
position: absolute;
|
||||
right: 348px;
|
||||
font-size: 3.3em;
|
||||
}
|
||||
.headerToggle i {
|
||||
color: ==buttonbackgroundcolor==;
|
||||
cursor: pointer;
|
||||
}
|
||||
.headerToggle:hover i {
|
||||
color: ==buttonhoverbackgroundcolor==;
|
||||
}
|
||||
|
||||
#loggedinuser {
|
||||
display: inline;
|
||||
text-align: right;
|
||||
@@ -740,6 +762,7 @@ div.filtermenukop {
|
||||
|
||||
.ui-datepicker-calendar th {
|
||||
background: ==blockheaderbackgroundcolor== repeat-x left top;
|
||||
color: ==blockheadercolor==;
|
||||
font-weight: normal;
|
||||
}
|
||||
/* Een kader om velden in een view-editscherm */
|
||||
@@ -779,6 +802,10 @@ body.modal .fcltblock {
|
||||
border-right: 1px solid #eee;
|
||||
}
|
||||
|
||||
#resDelete .fcltblockhead {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.fcltblockhead img.details {
|
||||
margin-bottom: -3px;
|
||||
}
|
||||
@@ -1141,6 +1168,10 @@ span.button {
|
||||
-webkit-transition: background-color 0.4s; /* Safari */
|
||||
transition: background-color 0.4s;
|
||||
}
|
||||
#buttons.hambdropdown ul li {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
input.button:hover,
|
||||
#mobbutton:hover,
|
||||
input[type=button]:hover,
|
||||
@@ -1175,6 +1206,7 @@ span.button:hover {
|
||||
padding-bottom: 3px;
|
||||
margin-top: -3px;
|
||||
}
|
||||
|
||||
#buttons ul li.byHamburger,
|
||||
#buttons ul li.byHamburger a {
|
||||
border-left: 0px;
|
||||
@@ -1198,6 +1230,10 @@ span.button:hover {
|
||||
color: ==blockheadercolor==;
|
||||
}
|
||||
|
||||
div#buttons.vertical ul li:hover {
|
||||
background-color: ==buttonhoverbackgroundcolor==;
|
||||
}
|
||||
|
||||
#buttons ul li.selected {
|
||||
text-decoration: underline;
|
||||
}
|
||||
@@ -1651,7 +1687,6 @@ div.notetoggler.open {
|
||||
}
|
||||
.rstable tr:hover
|
||||
{
|
||||
xbackground-color: #F0F0F0;
|
||||
background-color: ==menuitemhovercolor==;
|
||||
}
|
||||
.rstable.sortable thead
|
||||
@@ -1709,9 +1744,17 @@ tr.rejected td {
|
||||
font-size: 1.1em;
|
||||
font-weight: bold;
|
||||
}
|
||||
#mod_faq {color: ==textcolor==; width:700px;}
|
||||
#mod_faq ul {list-style-image: url(../appl/Pictures/spot.jpg)}
|
||||
#faqhead {font-weight: normal; margin: 6px 0 4px 0; font-size: 1.2em;color:#900;}
|
||||
#mod_faq {
|
||||
color: ==textcolor==;
|
||||
width:700px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
#faqhead {
|
||||
font-weight: bold;
|
||||
margin: 6px 0 4px 0;
|
||||
font-size: 1.2em;
|
||||
color:#900;
|
||||
}
|
||||
#faqsubhead {font-weight: normal; font-size: 1.2em; padding-bottom:4px;}
|
||||
#faqfoot {font-weight: bold;}
|
||||
#faqsolved {font-weight: normal; padding:2px 0 0 4px; color:#111; font-size:1.2em;}
|
||||
@@ -1719,6 +1762,8 @@ tr.rejected td {
|
||||
.faqvraag {font-style: normal; font-size:1.1em;}
|
||||
#faqanswerlist li {margin-bottom: 10px; }
|
||||
|
||||
|
||||
#urg_kritiek1 {color: red;}
|
||||
/* flexkenmerken voor alle modules */
|
||||
#flextable {
|
||||
width: 100%;
|
||||
@@ -1752,8 +1797,9 @@ tr.rejected td {
|
||||
border-bottom: 0;
|
||||
}
|
||||
#prodtable img {
|
||||
height: 80px;
|
||||
height: 100px;
|
||||
margin: 0px;
|
||||
border-radius:4px;
|
||||
}
|
||||
|
||||
span.rater img {
|
||||
@@ -1763,6 +1809,10 @@ span.rater img {
|
||||
margin: 20px;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
.prodicon {
|
||||
font-size: 3em;
|
||||
color: ==buttonhoverbackgroundcolor==;
|
||||
}
|
||||
.pscapt {
|
||||
font-size: 1.3em;
|
||||
font-weight: normal;
|
||||
@@ -1969,6 +2019,8 @@ border-color: #ddd;
|
||||
|
||||
#multilabel{
|
||||
padding-right: 4px;
|
||||
color: ==frameheadercolor==;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#multiaction{
|
||||
@@ -2504,7 +2556,7 @@ i.productklikker {
|
||||
z-index: 1;
|
||||
left: -16px;
|
||||
color: ==frameheaderbackgroundcolor==;
|
||||
cursor: text;
|
||||
cursor: pointer;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
@@ -2756,7 +2808,7 @@ i.timeklikker {
|
||||
.flddayshours, .flddayshours3, .flddayshours1, .flddayshours2, .flddayshours4, .flddayshourse, .flddayshours_resp, .flddayshours_urg, .fldfreebudget {
|
||||
width: 100px;
|
||||
}
|
||||
.fldfinbedrag, .fldmatamount, .fldmatprice, .fldmattotal, .fldfinsom {
|
||||
.fldfinbedrag, .fldmatamount, .fldmatprice, .fldmattotal {
|
||||
width: 100px;
|
||||
text-align:right;
|
||||
}
|
||||
@@ -2850,6 +2902,13 @@ div#lcldialect .label
|
||||
color: ==iconcolor==;
|
||||
background-color: ==frameheaderbackgroundcolor==;
|
||||
}
|
||||
|
||||
.addsub
|
||||
{
|
||||
float: left;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.besartbtns #buttons ul li.hasIcon i {
|
||||
|
||||
}
|
||||
@@ -2888,24 +2947,25 @@ tr.flexcollapsable td {
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.flexcollapsable .lhint {
|
||||
background-image: url(../appl/Pictures/up.png); /*TODO*/
|
||||
background-repeat: no-repeat;
|
||||
background-position: right 7px;
|
||||
padding-right: 22px;
|
||||
.flexcollapsable .lhint::after {
|
||||
content: "\f077";
|
||||
font-family: FontAwesome;
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
.flexcollapsed .lhint {
|
||||
background-image: url(../appl/Pictures/down.png); /*TODO*/
|
||||
background-repeat: no-repeat;
|
||||
background-position: right 5px;
|
||||
.flexcollapsed .lhint::after {
|
||||
content: "\f078";
|
||||
font-family: FontAwesome;
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
#showbody .lhint {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
}
|
||||
.expression {
|
||||
font-style: italic;
|
||||
}
|
||||
.fldflexN, .fldSflexN {
|
||||
width: 100px;
|
||||
}
|
||||
@@ -2998,6 +3058,7 @@ body.likemodal {
|
||||
#mod_mldclose {min-width:600px;}
|
||||
#mod_mldaccept {min-width:500px;}
|
||||
#mod_mldshiftdate {min-width:550px;}
|
||||
#mod_opdrcancel .label {min-width: 0px;}
|
||||
#mod_opdrclose {min-width:540px; height: 260px;}
|
||||
#mod_mldfixsla {min-width:500px; height: 260px;}
|
||||
#mod_urenremarkbody {min-width:500px;}
|
||||
@@ -3024,6 +3085,7 @@ body.mod_edit_mandate {min-width:500px;}
|
||||
#mod_pass2mail {min-width:500px;}
|
||||
#mod_pnotes {min-width:500px;}
|
||||
#mod_stdmeldingfaq {min-width:500px;}
|
||||
#mod_stdmeldingfaq .label {min-width: 0px;}
|
||||
#mod_selfreg {min-width:410px; height:500px;}
|
||||
#mod_token2mail {min-width:250px;}
|
||||
body#mod_resmulti { min-width: 690px; }
|
||||
@@ -3047,6 +3109,12 @@ div#mldsimilar {
|
||||
#mod_movewerkplek { min-width: 500px; }
|
||||
#mod_impinlezen { min-width: 500px; }
|
||||
#mod_impverwerken { min-width: 500px; }
|
||||
#prjeditbezet { min-width: 800px; }
|
||||
#prjeditbezet .label {
|
||||
width: auto !important;
|
||||
min-width: auto !important;
|
||||
}
|
||||
|
||||
|
||||
/* ==== menu styles ==== */
|
||||
/* voor de tabjes boven het menu */
|
||||
@@ -3173,6 +3241,10 @@ div#menutabs .ui-layout-content {
|
||||
background-color: ==menubackgroundcolor==;
|
||||
}
|
||||
|
||||
div#menutabs .ui-widget-content {
|
||||
background-color: ==menubackgroundcolor==;
|
||||
}
|
||||
|
||||
div#menutabs li.ui-state-active {
|
||||
background-image: none; /* Wit blok halverwege menu weghalen */
|
||||
background-color: ==menubackgroundcolor==;
|
||||
@@ -3295,9 +3367,11 @@ img.mklogo:hover, i.mklogo:hover {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.nomicon {
|
||||
height: 24px;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
font-size: 1.3em;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
|
||||
.micon:hover, .nomicon:hover {
|
||||
@@ -3375,11 +3449,29 @@ li.mi:hover {
|
||||
padding: 4px 4px 4px 8px;
|
||||
border-bottom: none;
|
||||
line-height: 2.1em;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.menuimg .fa-heart, .mk .fa-heart {
|
||||
color: ==buttonbackgroundcolor==;
|
||||
}
|
||||
|
||||
.fa-star, .fa-star-o
|
||||
{
|
||||
color: #FFA500;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
.fa-question-circle {
|
||||
color: #51768F;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
.flikeopts li i
|
||||
{
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
/* voor iconmenu */
|
||||
|
||||
td.iconmenu {
|
||||
@@ -3577,7 +3669,8 @@ span.notapproved {
|
||||
}
|
||||
|
||||
input.suggest::-ms-clear, input#autofilter::-ms-clear, input#menufilter::-ms-clear,
|
||||
input#materiallist_button::-ms-clear, input.suggestBusy::-ms-clear, input.fldflexF::-ms-clear, #uitvoerendelist_button::-ms-clear, .hasDatepicker::-ms-clear
|
||||
input#materiallist_button::-ms-clear, input.suggestBusy::-ms-clear, input.fldflexF::-ms-clear,
|
||||
#uitvoerendelist_button::-ms-clear, .hasDatepicker::-ms-clear, #productsearch::-ms-clear
|
||||
{
|
||||
width : 0;
|
||||
height: 0;
|
||||
@@ -3986,14 +4079,6 @@ table.filter img {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
span.removetag {
|
||||
background-image:url(../appl/Pictures/deletegrey.png); /*TODO?*/
|
||||
background-repeat: no-repeat;
|
||||
background-position:-1px -1px;
|
||||
padding-right: 10px;
|
||||
cursor: pointer;
|
||||
width:20px;
|
||||
}
|
||||
p.trunc {
|
||||
white-space: nowrap;
|
||||
width: 140px;
|
||||
@@ -4149,6 +4234,7 @@ body.floorscreen3d {
|
||||
border:1px solid black;
|
||||
position:absolute;top:5px;left:500px;
|
||||
background-color:#f0f0f0;
|
||||
z-index:25;
|
||||
}
|
||||
#scfcolpicker select {
|
||||
width:150px;
|
||||
@@ -4170,6 +4256,12 @@ body.floorscreen3d {
|
||||
color:==iconcolor==;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
#btn_bez_morevis i, #btn_bez_import i, #btn_add_sub i
|
||||
{
|
||||
color:==icontextcolor==;
|
||||
}
|
||||
|
||||
.icontxt {
|
||||
color:==icontextcolor==;
|
||||
font-size: 0.85em;
|
||||
@@ -4184,6 +4276,12 @@ body.floorscreen3d {
|
||||
.hasIcon:hover span {
|
||||
color:==iconhovercolor==;
|
||||
}
|
||||
|
||||
#btn_bez_morevis:hover i, #btn_bez_import:hover i, #btn_add_sub:hover i
|
||||
{
|
||||
color:==iconhovercolor==;
|
||||
}
|
||||
|
||||
li.hasIcon.dialog i.fa
|
||||
{
|
||||
font-size: 2em;
|
||||
@@ -4200,7 +4298,7 @@ div.smallbuttons li.byHamburger .icontxt {
|
||||
}
|
||||
|
||||
.ui-widget-content{
|
||||
border:0px;
|
||||
border:1px solid #eee;
|
||||
}
|
||||
|
||||
li.hiddenbutton {
|
||||
@@ -4348,7 +4446,7 @@ li#printhamburger {
|
||||
color: ==blockheadercolor==;
|
||||
}
|
||||
#tab_room_sched thead tr i:hover, .tab_obj_sched thead tr i:hover {
|
||||
color: ==buttonhovercolor==;
|
||||
/* color: ==buttonhovercolor==; */
|
||||
}
|
||||
|
||||
/* http://ilikepixels.co.uk/bubbler-css-speech-bubble-generator/ */
|
||||
@@ -4424,6 +4522,11 @@ div#terms {
|
||||
div#prsAV {
|
||||
border: 2px solid #aaa;
|
||||
}
|
||||
div.menuSpacer {
|
||||
background-color: ==menubackgroundcolor==;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
@media all and (min-width: 40em){
|
||||
#termshtml body {
|
||||
width: 60%;
|
||||
@@ -4431,11 +4534,7 @@ div#prsAV {
|
||||
margin-top:10%;
|
||||
}
|
||||
}
|
||||
.headerToggle {
|
||||
text-align: center;
|
||||
padding-right: 2px;
|
||||
}
|
||||
.headerToggle i {
|
||||
color: ==frameheaderbackgroundcolor==;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user