2017-08-03 08:47:39 +03:00
|
|
|
.progress-bar {
|
|
|
|
height: 18px;
|
|
|
|
background: green;
|
|
|
|
}
|
|
|
|
|
2017-07-31 10:14:59 +03:00
|
|
|
.foto-block {
|
|
|
|
/* border: 1px solid black; */
|
|
|
|
}
|
2017-08-03 08:47:39 +03:00
|
|
|
|
2017-07-31 10:14:59 +03:00
|
|
|
.foto-block .image {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
2017-08-03 08:47:39 +03:00
|
|
|
|
2017-07-31 10:14:59 +03:00
|
|
|
.foto-block .foto-notes {
|
|
|
|
padding: 5px;
|
2017-08-01 21:04:12 +03:00
|
|
|
}
|
2017-08-03 08:47:39 +03:00
|
|
|
|
2018-08-03 23:19:35 +03:00
|
|
|
.copy-img:before {
|
|
|
|
content: url(/img/copy_icon.png);
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
overflow: hidden;
|
|
|
|
cursor: pointer;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2017-08-01 21:04:12 +03:00
|
|
|
.copy-img {
|
2017-08-03 08:47:39 +03:00
|
|
|
content: url(/img/copy_icon.png);
|
2017-08-01 21:04:12 +03:00
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
overflow: hidden;
|
2017-08-02 07:46:54 +03:00
|
|
|
cursor: pointer;
|
2017-08-03 08:47:39 +03:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2018-08-03 23:19:35 +03:00
|
|
|
.copy-bb-more:before {
|
|
|
|
content: url(/img/more_icon.png);
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
overflow: hidden;
|
|
|
|
cursor: pointer;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2017-08-03 08:47:39 +03:00
|
|
|
.copy-bb-more {
|
2017-08-03 09:05:28 +03:00
|
|
|
content: url(/img/more_icon.png);
|
2017-08-03 08:47:39 +03:00
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
overflow: hidden;
|
|
|
|
cursor: pointer;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image-scale {
|
|
|
|
float: left;
|
|
|
|
padding-right: 5px;
|
|
|
|
position: relative;
|
2017-08-04 10:23:50 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.upload-form {
|
|
|
|
height: 100px;
|
|
|
|
padding: 10px;
|
2017-07-31 10:14:59 +03:00
|
|
|
}
|