css fix / form.html update / fix part 1

pull/776/head
razvanaldea89 2019-02-13 20:24:19 +02:00
parent 80cb14d33f
commit 3a688683ac
3 changed files with 1649 additions and 1333 deletions

View File

@ -2510,12 +2510,18 @@ legend {
.form-control-feedback.left {
border-right: 1px solid #ccc;
left: 13px;
left: 28px;
top:0px;
padding-right:10px;
position: absolute;
}
.form-control-feedback.right {
border-left: 1px solid #ccc;
right: 13px;
right: 28px;
top:0px;
padding-left:10px;
position: absolute;
}
.form-control.has-feedback-left {

View File

@ -1,17 +1,33 @@
.container-fluid.test .col.one {
background: gold;
}
.container-fluid.test .col.two {
background: red;
}
.container.body .col-md-3 {
}
.container-fluid.test .col.one { background:gold; }
.container-fluid.test .col.two { background:red; }
.nav.side-menu > li {
width: 100%;
}
.container.body .col-md-3 { }
.nav.side-menu > li.active > a {
z-index: 1;
}
.input-group {
text-align: right;
}
.nav.side-menu>li { width:100%; }
.title_left {
/*background: red;*/
}
.nav.side-menu>li.active>a { z-index:1; }
.input-group { text-align:right; }
.title_left { background:red; }
.title_right { background:grey; }
.title_right {
/*background: grey;*/
}

File diff suppressed because it is too large Load Diff