mirror of https://github.com/ColorlibHQ/gentelella
css fix /media_gallery.html update
parent
d5a11f82e4
commit
a5cc0f7fdd
|
@ -676,7 +676,7 @@ table.no-margin .progress {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 1px;
|
min-height: 1px;
|
||||||
float: left;
|
float: left;
|
||||||
|
padding: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, .h1, h2, .h2, h3, .h3 {
|
h1, .h1, h2, .h2, h3, .h3 {
|
||||||
|
@ -2501,16 +2501,16 @@ legend {
|
||||||
.form-control-feedback.left {
|
.form-control-feedback.left {
|
||||||
border-right: 1px solid #ccc;
|
border-right: 1px solid #ccc;
|
||||||
left: 28px;
|
left: 28px;
|
||||||
top:0px;
|
top: 0px;
|
||||||
padding-right:10px;
|
padding-right: 10px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control-feedback.right {
|
.form-control-feedback.right {
|
||||||
border-left: 1px solid #ccc;
|
border-left: 1px solid #ccc;
|
||||||
right: 28px;
|
right: 28px;
|
||||||
top:0px;
|
top: 0px;
|
||||||
padding-left:10px;
|
padding-left: 10px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3606,6 +3606,8 @@ ul.project_files li a i {
|
||||||
.thumbnail {
|
.thumbnail {
|
||||||
height: 190px;
|
height: 190px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
padding:5px;
|
||||||
|
border:1px solid #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.view {
|
.view {
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue