Browse Source

fix of #243 Secret gets cut off in nin theme

master
Simon Grim 10 years ago
parent
commit
0fc45771a0
  1. 8
      theme_nin/css/style.css
  2. 8
      theme_nin/sass/style.sass

8
theme_nin/css/style.css

@ -2966,10 +2966,10 @@ ol.toptrends-list a:hover { @@ -2966,10 +2966,10 @@ ol.toptrends-list a:hover {
/********* NEW USER MODAL************* */
/* line 861, ../sass/style.sass */
.new-user .modal-wrapper {
width: 520px;
width: 640px;
height: 600px;
top: 10%;
margin: 0 0 0 -260px;
margin: 0 0 0 -320px;
overflow-x: hidden;
overflow-y: hidden;
}
@ -2987,13 +2987,15 @@ ol.toptrends-list a:hover { @@ -2987,13 +2987,15 @@ ol.toptrends-list a:hover {
}
/* line 874, ../sass/style.sass */
.new-user .emphasis {
font-size: 18px;
text-align: center;
}
/* line 877, ../sass/style.sass */
.new-user .secret-key {
display: block;
margin-top: 8px;
color: black;
font-weight: bold;
font-size: 110%;
}
/******** HASHTAG MODAL********** */

8
theme_nin/sass/style.sass

@ -914,10 +914,10 @@ ol.toptrends-list @@ -914,10 +914,10 @@ ol.toptrends-list
.new-user
.modal-wrapper
width: $postboard-modal-width
width: 640px
height: 600px
top: 10%
margin: 0 0 0 0-($postboard-modal-width/2)
margin: 0 0 0 -320px
overflow-x: hidden
overflow-y: hidden
.modal-content
@ -927,11 +927,13 @@ ol.toptrends-list @@ -927,11 +927,13 @@ ol.toptrends-list
.text
margin: 0 0 15px 0
.emphasis
font-size: 18px
text-align: center
.secret-key
display: block
margin-top: 8px
color: rgba(0.5, 0, 0, 1)
font-weight: bold
font-size: 110%
/******** HASHTAG MODAL***********/

Loading…
Cancel
Save