diff --git a/home.css b/home.css index fd467fb..a47add8 100644 --- a/home.css +++ b/home.css @@ -266,4 +266,4 @@ img { img.readyness { height: 100%; width: auto -} +} \ No newline at end of file diff --git a/options/options.css b/options/options.css index 63efe38..a1c5835 100644 --- a/options/options.css +++ b/options/options.css @@ -1,5 +1,4 @@ body { -/* width: 25em;*/ font-family: "Open Sans Light",sans-serif; font-size: 0.9em; font-weight: 300 @@ -14,9 +13,8 @@ section.scheme-options { #clear-button, section.scheme-options input, section.scheme-options>select { -/* float: right*/ + } - label { display: block; margin-top: 1em @@ -34,23 +32,21 @@ html { width: 100% } a { - margin: 10px; -/* display: inline-block*/ + margin: 10px } .panel { margin: 5px } span.identity { width: 100px; -/* display: inline-block;*/ margin-left: 1em } .identity-options { display: none } input { -/* display: inline*/ + } div { - width: 100% !important; -} + width: 100%!important +} \ No newline at end of file diff --git a/sidebar.css b/sidebar.css index 1514392..8e9fab0 100644 --- a/sidebar.css +++ b/sidebar.css @@ -3,7 +3,7 @@ li { margin-left: 0 } ul { - width: 100%; + width: 100% } button { width: 50%; @@ -14,4 +14,4 @@ button { } .button-list { display: inline -} +} \ No newline at end of file