diff --git a/css/light-grey.css b/css/light-grey.css index 3348c0146..04aa5b628 100644 --- a/css/light-grey.css +++ b/css/light-grey.css @@ -406,7 +406,7 @@ input.textSearch { } .ui-accordion-content ul { list-style: none; - list-style-image: url(data:0); + list-style-image: none; padding-left: 16px; margin-top: 8px; } @@ -417,7 +417,7 @@ input.textSearch { padding: 8px 0px 8px 8px; margin: 0; list-style: none; - list-style-image: url(data:0); + list-style-image: none; border: 0; } .nothing { @@ -553,6 +553,9 @@ div.actions_menu > ul > li { padding: 0; height: 25px; } +.itop_popup > ul > li > ul, #logOffBtn > ul > li > ul { + box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5); +} .itop_popup li a, #logOffBtn li a { display: block; padding: 5px 12px; @@ -975,6 +978,7 @@ input.dp-applied { .search_form_handler .sf_criterion_area .search_form_criteria .sfc_form_group { /* Form group (operators) is displayed only when the criteria is toggled to opened state */ display: none; + max-width: 450px; max-height: 520px; overflow: auto; /* Show only first operator in simple mode */ @@ -2977,8 +2981,8 @@ table.listResults .originColor { .switch { position: relative; display: inline-block; - width: 41px; - height: 23px; + width: 36px; + height: 20px; vertical-align: baseline; } /* Hide default HTML checkbox */ @@ -2994,18 +2998,16 @@ table.listResults .originColor { right: 0; bottom: 0; background-color: #ccc; - -webkit-transition: 0.4s; transition: 0.4s; } .slider:before { position: absolute; content: ""; - height: 17px; - width: 17px; - left: 4px; + height: 15px; + width: 15px; + left: 3px; bottom: 3px; background-color: white; - -webkit-transition: 0.4s; transition: 0.4s; } input:checked + .slider { @@ -3015,14 +3017,171 @@ input:focus + .slider { box-shadow: 0 0 1px #ea7d1e; } input:checked + .slider:before { - -webkit-transform: translateX(16px); - -ms-transform: translateX(16px); - transform: translateX(16px); + transform: translateX(14.5px); } /* Rounded sliders */ .slider.round { - border-radius: 34px; + border-radius: 20px; } .slider.round:before { - border-radius: 50%; + border-radius: 7px; +} +#newsroom_menu li span { + display: block; + padding: 5px 12px; + text-decoration: none; + white-space: nowrap; +} +#newsroom_menu li li p { + text-align: left; + margin: 2px; + margin-left: 5px; + margin-right: 5px; + cursor: pointer; + background-color: transparent; +} +#newsroom_menu > ul > li > ul { + margin-top: 8px; +} +#newsroom_menu > ul > li > ul > li { + display: block; + border-bottom: 1px #ddd solid; + padding-top: 10px; + padding-bottom: 10px; + text-align: left; +} +#newsroom_menu > ul > li > ul > li:hover, #newsroom_menu > ul > li > ul > li:hover h1, #newsroom_menu > ul > li > ul > li:hover h2, #newsroom_menu > ul > li > ul > li:hover h3 { + background: #ea7d1e; + color: #fff; +} +#newsroom_menu li li:last-of-type { + border-bottom: 0; +} +#newsroom_menu li { + list-style: none; + cursor: pointer; + color: #000; +} +#newsroom_menu li ul { + width: 300px; +} +#top-left-newsroom-cell { + padding-right: 11px !important; +} +#newsroom_menu_icon { + position: relative; + top: 8px; +} +#newsroom_menu_counter_container { + position: relative; + top: -26px; + left: 4px; +} +#newsroom_menu_counter { + display: inline-block; + padding: 2px; + border-radius: 8px; + text-align: center; + width: 12px; + box-shadow: 1px 1px 2px 0px #777; + font-size: 8pt; + background-color: #1c94c4; + color: #fff; + cursor: pointer; +} +.newsroom_extra_messages_counter { + display: inline-block !important; + padding: 2px !important; + border-radius: 8px; + text-align: center; + font-size: 8pt; + min-width: 12px; + background-color: #808080; + color: #fff; + float: right; + margin-right: 5px; +} +.newsroom_menu_item > div > img { + float: left; + width: 32px; + max-height: 32px; + margin-top: 0; + margin-bottom: 0; + margin-left: 5px; + margin-right: 5px; +} +#newsroom_menu_dismiss_all, #newsroom_menu_show_all { + text-align: center !important; +} +#newsroom_show_all_submenu { + text-align: center; + padding-top: 0 !important; + padding-bottom: 0 !important; +} +#newsroom_show_all_submenu > ul { + padding-top: 10px; + padding-bottom: 10px; +} +#newsroom_show_all_submenu > ul > li > ul { + margin-top: 8px; +} +#newsroom_show_all_submenu > ul > li > ul > li { + display: block; + border-bottom: 1px #ddd solid; + padding-left: 5px; + padding-top: 4px; + padding-bottom: 6px; + text-align: left; +} +#newsroom_show_all_submenu > ul > li > ul > li:hover { + background: #ea7d1e; + color: #fff; +} +#newsroom_show_all_submenu li ul { + width: 200px; + color: #000; +} +.no-padding { + padding: 0 !important; +} +.newsroom_menu_item_date { + padding: 0 !important; + margin-bottom: -10px; + font-size: 8pt; + text-align: right; + margin-top: -2px; + margin-right: 5px; + color: #fff; +} +#newsroom_display_size { + height: 1em; + width: 3em; +} +#newsroom_no_new_message p { + text-align: center !important; + cursor: default !important; + font-style: italic; +} +#newsroom_no_new_message { + color: #444 !important; +} +#newsroom_no_new_message:hover { + cursor: default !important; + color: #444 !important; + background-color: #fff !important; +} +#newsroom_menu h1 { + font-weight: 700; + font-size: 16px; + margin-bottom: 0.5em; +} +#newsroom_menu h2 { + font-weight: 700; + font-size: 14px; + margin-bottom: 0.5em; +} +#newsroom_menu h3, #newsroom_menu h4, #newsroom_menu h5 { + font-weight: 700; + font-size: 12px; + margin-bottom: 0.5em; }