diff plugins/advanced_search/skins/larry/advanced_search.css @ 34:50ac5484d514

one fix to distro
author Charlie Root
date Sun, 27 May 2018 16:53:56 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/plugins/advanced_search/skins/larry/advanced_search.css	Sun May 27 16:53:56 2018 -0400
@@ -0,0 +1,218 @@
+a.icon.advanced-search span.advanced-search {
+    background-image: url(images/icon-loupe.png) !important;
+    background-position: 0 !important;
+}
+
+a.button.advanced-search {
+    text-align: center;
+    font-size: 10px;
+    color: #555;
+    min-width: 50px;
+    max-width: 75px;
+    height: 13px;
+    overflow: hidden;
+    text-overflow: ellipsis;
+    white-space: nowrap;
+    padding: 28px 2px 0 2px;
+    text-shadow: 0px 1px 1px #eee;
+    box-shadow: none;
+    -moz-box-shadow: none;
+    -webkit-box-shadow: none;
+    -o-box-shadow: none;
+    background: url(../../../../skins/larry/images/buttons.png?v=abf1.36693) -100px 0 no-repeat transparent;
+    border: 0;
+    border-radius: 0;
+    background-position: center -970px;
+}
+
+.records-table tbody .aslabel_mbox td {
+    border-top: 1px solid #fff;
+    border-bottom: 1px solid #bbd3da;
+    cursor: default;
+    font-weight: normal;
+    background-color: #d9ecf4;
+    color: #376572;
+    text-shadow: 0px 1px 1px #fff;
+    text-decoration: none;
+    font-weight: bold;
+}
+
+.records-table tbody .aslabel_mbox .aslabel_found {
+    top: 3px;
+    right: 6px;
+    min-width: 1.8em;
+    padding: 2px 4px;
+    background: #82acb5;
+    background: -moz-linear-gradient(top, #82acb5 0%, #6a939f 100%);
+    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82acb5), color-stop(100%,#6a939f));
+    background: -o-linear-gradient(top, #82acb5 0%, #6a939f 100%);
+    background: -ms-linear-gradient(top, #82acb5 0%, #6a939f 100%);
+    background: linear-gradient(top, #82acb5 0%, #6a939f 100%);
+    box-shadow: inset 0 1px 1px 0 #536d72;
+    -o-box-shadow: inset 0 1px 1px 0 #536d72;
+    -webkit-box-shadow: inset 0 1px 1px 0 #536d72;
+    -moz-box-shadow: inset 0 1px 1px 0 #536d72;
+    border-radius: 9px;
+    color: #fff;
+    text-align: center;
+    font-weight: bold;
+    text-shadow: none;
+    display: block;
+}
+
+#adsearch-popup button.add, #adsearch-popup button.delete{
+    display: inline-block;
+    margin: 0 2px;
+    padding: 2px 5px;
+    color: #525252;
+    text-shadow: 0px 1px 1px #fff;
+    border: 1px solid #c0c0c0;
+    border-radius: 4px;
+    background: #f7f7f7;
+    background: -moz-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
+    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6));
+    background: -o-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
+    background: -ms-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
+    background: linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
+    box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
+    -o-box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
+    -webkit-box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
+    -moz-box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
+    text-decoration: none;
+    outline: none;
+}
+
+#adv-search tbody tr {
+    padding: 4px 10px;
+    background: #eee;
+    border-bottom: 2px solid #fff;
+}
+
+#adv-search, #adv-search tr {
+    width: 100%;
+}
+
+td.adv-search-and-or {
+    width: 80px;
+    text-align: center;
+}
+
+#adsearch-popup .mainaction {
+    height: 24px;
+    padding-left: 10px;
+    padding-right: 10px;
+    margin-right: 10px;
+}
+
+#rcavbox1, #rcavbox2 {
+    width: 30%;
+}
+
+#rcmrowadvancedsearch td.section {
+    background-position: 6px -1650px !important;
+}
+
+#rcmrowadvancedsearch.selected td.section {
+    background-position: 6px -1674px !important;
+}
+
+p.avsearchpref span {
+    min-width: 280px;
+    display: block;
+    max-width: 280px;
+    float: left;
+    vertical-align: middle;
+}
+
+p.avsearchpref img {
+    border-radius: 10px;
+}
+
+p.avsearchpref img.disabled {
+    -webkit-filter: grayscale(100%);
+    -moz-filter: grayscale(100%);
+    filter: grayscale(100%);
+}
+
+button.save_search {
+    color: #ffffff;
+    background-color: #2f96b4;
+    border-radius: 4px;
+    height: 20px;
+    padding-left: 10px;
+    padding-right: 10px;
+    margin-right: 10px;
+}
+
+input.save_search {
+    padding: 0 10px 0 10px;
+    height: 20px;
+    background: #20b8fb;
+    border: none;
+    font-weight: bold;
+    color: #fff;
+    text-shadow: none;
+    background: #6193DF;
+    background: -moz-linear-gradient(top, #6193DF 0%, #2B84C0 100%);
+    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6193DF), color-stop(100%,#2B84C0));
+    background: -o-linear-gradient(top, #6193DF 0%, #2B84C0 100%);
+    background: -ms-linear-gradient(top, #6193DF 0%, #2B84C0 100%);
+    background: linear-gradient(top, #6193DF 0%, #2B84C0 100%);
+}
+
+input.save_search:active {
+    background: #81C0EB;
+    background: -moz-linear-gradient(top, #6193DF 0%, #81C0EB 100%);
+    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6193DF), color-stop(100%,#81C0EB));
+    background: -o-linear-gradient(top, #6193DF 0%, #81C0EB 100%);
+    background: -ms-linear-gradient(top, #6193DF 0%, #81C0EB 100%);
+    background: linear-gradient(top, #6193DF 0%, #81C0EB 100%);
+}
+
+input.delete_search {
+    padding: 0 10px 0 10px;
+    height: 19px;
+    background: #20b8fb;
+    border: none;
+    font-weight: bold;
+    color: #fff;
+    text-shadow: none;
+    background: #85190A;
+    background: -moz-linear-gradient(top, #85190A 0%, #CA361A 100%);
+    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85190A), color-stop(100%,#CA361A));
+    background: -o-linear-gradient(top, #85190A 0%, #CA361A 100%);
+    background: -ms-linear-gradient(top, #85190A 0%, #CA361A 100%);
+    background: linear-gradient(top, #85190A 0%, #CA361A 100%);
+}
+
+input.delete_search:active {
+    background: #85190A;
+    background: -moz-linear-gradient(top, #85190A 0%, #F09F98 100%);
+    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85190A), color-stop(100%,#F09F98));
+    background: -o-linear-gradient(top, #85190A 0%, #F09F98 100%);
+    background: -ms-linear-gradient(top, #85190A 0%, #F09F98 100%);
+    background: linear-gradient(top, #85190A 0%, #F09F98 100%);
+}
+
+
+.advanced_search_dialog .ui-dialog-title {
+    width: 100%;
+}
+
+.advanced_search_dialog .ui-dialog-title span.saved_searches {
+    border: 1px solid lightgray;
+    float: right;
+    display: block;
+    padding-right: 10px;
+    -moz-box-shadow: inset 0 0 5px #888;
+    -webkit-box-shadow: inset 0 0 5px#888;
+    box-shadow: inner 0 0 5px #888;
+    padding-left: 10px;
+    padding-bottom: 3px;
+    padding-top: 3px;
+    border-radius: 4px;
+}
+
+#adsearch-popup input[name="filter-val"] {
+    margin-right: 4px;
+}