Skip to content

Commit

Permalink
Dev Added some css for plugin configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Feb 8, 2013
1 parent a054de6 commit 3ac522c
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions styles/configure.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
div.pluginsettings * {
padding: 0px;
margin: 0px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

div.pluginsettings {
width: 500px;
margin: auto;
text-align: center;

}
div.pluginsettings ol {
list-style: none;
}

div.pluginsettings label, div.pluginsettings input {
width: 250px;
display: inline-block;
}

div.pluginsettings li {
margin-top: 10px;
}

div.pluginsettings input[type=submit], div.pluginsettings img {
margin: auto;
display: block;
margin-top: 20px;
}

0 comments on commit 3ac522c

Please sign in to comment.