mirror of https://github.com/ColorlibHQ/gentelella
css fix / form.html update / fix part 1
parent
80cb14d33f
commit
3a688683ac
|
@ -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 {
|
||||
|
|
|
@ -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;*/
|
||||
}
|
2934
production/form.html
2934
production/form.html
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue