Skip to content

Commit

Permalink
fix of #243 Secret gets cut off in nin theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Grim committed May 6, 2015
1 parent c60b8ef commit 0fc4577
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions theme_nin/css/style.css
Expand Up @@ -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;
}
Expand All @@ -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********** */
Expand Down
8 changes: 5 additions & 3 deletions theme_nin/sass/style.sass
Expand Up @@ -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
Expand All @@ -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***********/

Expand Down

0 comments on commit 0fc4577

Please sign in to comment.