Browse Source

more css adjustments

master
Julian Steinwachs 10 years ago
parent
commit
2ca6e1d4ab
  1. 26
      css/style.css

26
css/style.css

@ -1277,7 +1277,7 @@ ol.toptrends-list { @@ -1277,7 +1277,7 @@ ol.toptrends-list {
}
.modal-header h3
{
padding: 5px;
padding: 5px 10px;
font-weight: bold;
background: #e34f42;
color: #fff;
@ -1553,6 +1553,10 @@ ol.toptrends-list { @@ -1553,6 +1553,10 @@ ol.toptrends-list {
margin-left:-300px;
}
.prompt-wrapper .modal-header h3{
background: #45474D;
}
/*************************************
*************** FOLLOWING-CONFIG PROMPT
**************************************/
@ -1582,6 +1586,11 @@ ol.toptrends-list { @@ -1582,6 +1586,11 @@ ol.toptrends-list {
{
display: none;
}
.reTwist .post {
margin: 10px;
padding: 5px;
min-height: 68px;
}
/*************************************
****************** REPLY POSTS PROMPT
**************************************/
@ -1596,6 +1605,21 @@ ol.toptrends-list { @@ -1596,6 +1605,21 @@ ol.toptrends-list {
display: none;
}
.reply .textcomplete-wrapper{
padding-top: 10px;
}
.reply .textcomplete-wrapper textarea{
margin: 10px;
width: 580px;
}
.reply .post {
margin: 10px;
padding: 5px;
min-height: 68px;
}
/*************************************
****************** LOADER ************
**************************************/

Loading…
Cancel
Save