diff --git a/luciexpress/htdocs/plugins/core/css/checkbox.css b/luciexpress/htdocs/plugins/core/css/checkbox.css index 0f8edbfe5..913a48042 100644 --- a/luciexpress/htdocs/plugins/core/css/checkbox.css +++ b/luciexpress/htdocs/plugins/core/css/checkbox.css @@ -1,14 +1,14 @@ .checkbox-info input[type="checkbox"] { - cursor: pointer; + cursor: pointer; } .checkbox-info input[type="checkbox"]:checked + label::before { - background-color: #64bd63; - border-color: #808080; + background-color: #64bd63; + border-color: #808080; } .checkbox-info input[type="checkbox"]:checked + label::after { - color: #fff; + color: #fff; } .checkbox-small { - margin-top: 0px !important; - margin-bottom: 0px !important; + margin-top: 0px !important; + margin-bottom: 0px !important; } diff --git a/luciexpress/htdocs/plugins/core/css/menu.css b/luciexpress/htdocs/plugins/core/css/menu.css index 0db98952d..199d64792 100644 --- a/luciexpress/htdocs/plugins/core/css/menu.css +++ b/luciexpress/htdocs/plugins/core/css/menu.css @@ -1,29 +1,30 @@ ul.left-menu { - list-style-type: none; - padding: 0; - margin: 0 20px 0 -10px; + list-style-type: none; + padding: 0; + margin: 0 20px 0 -10px; } ul.left-menu li { - padding: 0; - margin: 0; - background: none repeat scroll 0 0 transparent; - border: 0 none; - font-family: Arial,sans-serif; - font-size: 16px; - outline: 0 none; - vertical-align: middle; + padding: 0; + margin: 0; + background: none repeat scroll 0 0 transparent; + border: 0 none; + font-family: Arial,sans-serif; + font-size: 16px; + outline: 0 none; + vertical-align: middle; } ul.left-menu a { - margin: 0; - display: block; - border-bottom: 1px solid #ccc; - height: 50px; - line-height: 50px; - padding-left: 20px; - text-decoration: none; - font-size: 100%; + margin: 0; + display: block; + border-bottom: 1px solid #ccc; + height: 50px; + line-height: 50px; + padding-left: 20px; + text-decoration: none; + font-size: 100%; + white-space: nowrap; } ul.left-menu a.collapsed { @@ -33,31 +34,31 @@ ul.left-menu a.collapsed { ul.left-menu a:hover, ul.left-menu a:visited, ul.left-menu a:active{ - text-decoration: none; - cursor: pointer; - color: #444; + text-decoration: none; + cursor: pointer; + color: #444; } ul.left-menu li a.open { - color: #e60000; - font-weight: bold; + color: #e60000; + font-weight: bold; } ul.left-sub-menu { - list-style-type: none; - padding: 0; - margin: -10px 0 10px 20px; + list-style-type: none; + padding: 0; + margin: -10px 0 10px 20px; } ul.left-sub-menu li { - padding: 0; - margin: 0; - background: none repeat scroll 0 0 transparent; - border: 0 none; - font-family: Arial,sans-serif; - font-size: 16px; - outline: 0 none; - vertical-align: middle; + padding: 0; + margin: 0; + background: none repeat scroll 0 0 transparent; + border: 0 none; + font-family: Arial,sans-serif; + font-size: 16px; + outline: 0 none; + vertical-align: middle; } diff --git a/luciexpress/htdocs/plugins/core/css/overview.css b/luciexpress/htdocs/plugins/core/css/overview.css index c5097073d..b76b4adda 100644 --- a/luciexpress/htdocs/plugins/core/css/overview.css +++ b/luciexpress/htdocs/plugins/core/css/overview.css @@ -1,8 +1,8 @@ .overview-list-item-text { - height: 32px; - line-height: 34px; + height: 32px; + line-height: 34px; } .overview-list-item-label { - margin-top: 7px; -} \ No newline at end of file + margin-top: 7px; +} diff --git a/luciexpress/htdocs/plugins/core/css/radio.css b/luciexpress/htdocs/plugins/core/css/radio.css index 49190a8e4..dcf1789a9 100644 --- a/luciexpress/htdocs/plugins/core/css/radio.css +++ b/luciexpress/htdocs/plugins/core/css/radio.css @@ -3,12 +3,12 @@ } .radio-info input[type="radio"] + label::after { - background-color: #64bd63; + background-color: #64bd63; } .radio-info input[type="radio"]:checked + label::before { - border-color: #808080; + border-color: #808080; } .radio-info input[type="radio"]:checked + label::after { - background-color: #64bd63; + background-color: #64bd63; } diff --git a/luciexpress/htdocs/plugins/core/widgets/core.modal.html b/luciexpress/htdocs/plugins/core/widgets/core.modal.html index 05e1840d4..4b7e93dea 100644 --- a/luciexpress/htdocs/plugins/core/widgets/core.modal.html +++ b/luciexpress/htdocs/plugins/core/widgets/core.modal.html @@ -5,7 +5,7 @@