Skip to content

Commit

Permalink
some minor css corrections (add button on focus)
Browse files Browse the repository at this point in the history
  • Loading branch information
mothsART committed Dec 28, 2014
1 parent 8039ab1 commit 493062f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions linkmserver/static/css/style.css
Expand Up @@ -203,9 +203,11 @@ sup {
}
#legend {
color: #d43f3a;
background: white;
position: fixed;
bottom: 10px;
right: 20px;
bottom: 0px;
right: 0px;
padding: 10px;
}
#dialog-add-link .edit-table > tbody > tr > td:nth-child(1),
#dialog-add-link .edit-table > tbody > tr > td:nth-child(1) {
Expand Down Expand Up @@ -239,12 +241,15 @@ sup {
.col-md-4 {
padding-left: 0;
}
.glyphicon-plus {
.glyphicon-plus,
.glyphicon-plus:focus {
top: 0;
height: 30px;
width: 35px;
background-color: #4cae4c;
color: white;
border: none;
border-left: solid 5px white;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
Expand Down Expand Up @@ -658,8 +663,4 @@ ul.tagit li.tagit-choice .tagit-close:hover {
line-height: 30px;
vertical-align: middle;
font-size: 14px;
}
.glyphicon-plus {
width: 35px;
border-left: solid 5px white;
}
2 changes: 1 addition & 1 deletion linkmserver/templates/index.html
Expand Up @@ -88,7 +88,7 @@ <h1><a href=".">LinkManager</a></h1>
</span>
</div>
</form>
<article class="col-md-8 table-responsive hidden" id="responses"></article>
<article class="col-md-10 table-responsive hidden" id="responses"></article>
</section>
</div>
<div class="hidden" id="legend">* This fields are required.</div>
Expand Down

0 comments on commit 493062f

Please sign in to comment.