diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-06-08 17:37:43 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-06-08 17:37:44 +0200 |
commit | 2cf160d497e501bf254bd8be054c0f5880ab90ca (patch) | |
tree | 03a720b6142cc03fe7ef258fa8d17da92b30a462 /module/web/static/css/default/settings.less | |
parent | Merge pull request #151 from vuolter/invertedconf (diff) | |
download | pyload-2cf160d497e501bf254bd8be054c0f5880ab90ca.tar.xz |
restructured webui to single-page-app, removed jinja
Diffstat (limited to 'module/web/static/css/default/settings.less')
-rw-r--r-- | module/web/static/css/default/settings.less | 122 |
1 files changed, 0 insertions, 122 deletions
diff --git a/module/web/static/css/default/settings.less b/module/web/static/css/default/settings.less deleted file mode 100644 index 435e1cf61..000000000 --- a/module/web/static/css/default/settings.less +++ /dev/null @@ -1,122 +0,0 @@ -@import "common.less";
-
-/*
- Settings
-*/
-.settings-menu {
- background-color: #FFF;
- box-shadow: 0 0 5px #000; // border: 10px solid #EEE;
-
- .nav-header {
- background: @blueDark;
- color: @light;
- }
-
- li > a, .nav-header {
- margin-left: -20px;
- margin-right: -20px;
- text-shadow: none;
- }
-
- i {
- margin-top: 0;
- }
-
- .plugin, .addon {
- a {
- padding-left: 28px;
- background-position: 4px 2px;
- background-repeat: no-repeat;
- background-size: 20px 20px;
- }
-
- .iconf-remove {
- display: none;
- }
-
- &:hover {
- i {
- display: block;
- }
- }
-
- }
-
- .addon {
- div {
- font-size: small;
- }
- .addon-on {
- color: @green;
- }
-
- .addon-off {
- color: @red;
- }
-
- }
-
- border-top-left-radius: 0;
- border-top-right-radius: 0;
-
-}
-
-.nav > li > a:hover {
- color: @blueDark;
-}
-
-.setting-box {
- border: 10px solid @blueDark;
- box-shadow: 0 0 5px @dark; // .gradient(bottom, @yellowLightest, @light);
- overflow: hidden;
-
- .page-header {
- margin: 0;
-
- .btn {
- float: right;
- margin-top: 5px;
- }
-
- .popover {
- font-size: medium;
- }
-
- }
-
-// Bit wider control labels
- .control-label {
- width: 180px;
- }
- .controls {
- margin-left: 200px;
- }
- .form-actions {
- padding-left: 200px;
- }
-
-}
-
-/*
- Plugin select
-*/
-
-.plugin-select {
- background-position: left 2px;
- background-repeat: no-repeat;
- background-size: 20px 20px;
- padding-left: 24px;
-
- font-weight: bold;
- span {
- line-height: 14px;
- font-size: small;
- font-weight: normal;
- }
-
-}
-
-.logo-select {
- width: 20px;
- height: 20px;
-}
\ No newline at end of file |