Skip to content

Commit

Permalink
Quickly layouting the tools pages. So that things get readable.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuv committed Nov 1, 2016
1 parent abc4ada commit 112644f
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions inc/user.css
Expand Up @@ -332,6 +332,38 @@ input, textarea {
display: inline-block;
}

/* Tools pages */
#toolsdiv a span,
#configform td,
#changepasswordform,
#changetag,
#uploaddiv {
color: #555;
}

#toolsdiv .smallbutton {
background: #fff;
}

#pluginsadmin input[type="submit"] {
border: 1px solid #999;
}

/* cloudtag */
#cloudtag {
padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#cloudtag .count {
display: #999;
}

#cloudtag a {
color: #0000ff;
}

/* Overrides for extensions */

div.awesomplete mark {
Expand Down

0 comments on commit 112644f

Please sign in to comment.