mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-23 18:56:04 +00:00
Пробелы
This commit is contained in:
parent
6c054b8dba
commit
026130913c
|
@ -233,12 +233,12 @@ div#markItUpText-input {
|
||||||
#point-plus-debug {
|
#point-plus-debug {
|
||||||
float: right;
|
float: right;
|
||||||
display: block;
|
display: block;
|
||||||
color: rgba(255,255,255,.75);
|
color: rgba(255, 255, 255, .75);
|
||||||
padding: 10px 0px;
|
padding: 10px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* User hints */
|
/* User hints */
|
||||||
.current-user-hint{
|
.current-user-hint {
|
||||||
min-height: 30px;
|
min-height: 30px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
@ -258,37 +258,37 @@ div#markItUpText-input {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.current-user-hint > .text{
|
.current-user-hint > .text {
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
color: green;
|
color: green;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
.aside .aside-content #counters{
|
.aside .aside-content #counters {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
.current-user-hint .change_hint_block{
|
.current-user-hint .change_hint_block {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.current-user-hint .change_hint_block textarea{
|
.current-user-hint .change_hint_block textarea {
|
||||||
width: 98%;
|
width: 98%;
|
||||||
max-width: 98%;
|
max-width: 98%;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
height: 140px;
|
height: 140px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.current-user-hint .change_hint_block .button_save{
|
.current-user-hint .change_hint_block .button_save {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.current-user-hint .change_hint_block .button_cancel{
|
.current-user-hint .change_hint_block .button_cancel {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Шваброточки */
|
/* Шваброточки */
|
||||||
#comments .post .nesting{
|
#comments .post .nesting {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue