Skip to content

Commit

Permalink
few styling tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Lodder committed Jan 20, 2015
1 parent 87918e7 commit 0c16dd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mod_shoutbox/media/css/mod_shoutbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
}
#noguest { color: #FF0000; font-weight: bold; }
#jjshoutbox .jj_error { color:red; font-weight:bold; }
#jjshoutbox .jj_label { width: 50%; }
#jjshoutbox .jj_input { width: 50%; }
#jjshoutbox .jj_label { width: 70px; display: inline-block; }
#jjshoutbox .jj_input { width: 80px; display: inline-block; }
#jjshoutbox .jj_admin_label { width: 30%; }
#jjshoutbox .jj_admin_button {
width: 65%;
Expand Down Expand Up @@ -112,7 +112,7 @@
Non-bootstrap styling for BB Code
**/
#jjshoutbox #jj_smiley_box{
margin: 10px 0 10px 0;
margin: 5px 0 10px;
white-space: normal;
}
#jjshoutbox #jj_smiley_box img{
Expand Down

0 comments on commit 0c16dd8

Please sign in to comment.