init commit
BIN
skins/larry/plugins/jqueryui/images/animated-overlay.gif
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
skins/larry/plugins/jqueryui/images/jquery.minicolors.png
Normal file
After Width: | Height: | Size: 67 KiB |
BIN
skins/larry/plugins/jqueryui/images/ui-dialog-close.png
Normal file
After Width: | Height: | Size: 644 B |
BIN
skins/larry/plugins/jqueryui/images/ui-icons-datepicker.png
Normal file
After Width: | Height: | Size: 323 B |
BIN
skins/larry/plugins/jqueryui/images/ui-icons_444444_256x240.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
skins/larry/plugins/jqueryui/images/ui-icons_555555_256x240.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
skins/larry/plugins/jqueryui/images/ui-icons_777620_256x240.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
skins/larry/plugins/jqueryui/images/ui-icons_777777_256x240.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
skins/larry/plugins/jqueryui/images/ui-icons_cc0000_256x240.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
skins/larry/plugins/jqueryui/images/ui-icons_ffffff_256x240.png
Normal file
After Width: | Height: | Size: 6.2 KiB |
1540
skins/larry/plugins/jqueryui/jquery-ui.css
vendored
Normal file
556
skins/larry/plugins/jqueryui/jquery-ui.css.diff
Normal file
@ -0,0 +1,556 @@
|
||||
--- jquery-ui.css.orig 2016-09-08 12:47:27.000000000 +0200
|
||||
+++ jquery-ui.css 2016-09-08 12:47:53.333000000 +0200
|
||||
@@ -62,6 +62,8 @@
|
||||
.ui-state-disabled {
|
||||
cursor: default !important;
|
||||
pointer-events: none;
|
||||
+ background: #fafafa;
|
||||
+ color: #333333;
|
||||
}
|
||||
|
||||
|
||||
@@ -196,12 +198,17 @@
|
||||
left: 0;
|
||||
cursor: default;
|
||||
}
|
||||
+.ui-menu.ui-widget,
|
||||
.ui-menu {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
display: block;
|
||||
outline: 0;
|
||||
+ background: #444;
|
||||
+ border: 1px solid #999;
|
||||
+ border-radius: 4px !important;
|
||||
+ box-shadow: 0 2px 6px 0 #333;
|
||||
}
|
||||
.ui-menu .ui-menu {
|
||||
position: absolute;
|
||||
@@ -211,6 +218,26 @@
|
||||
cursor: pointer;
|
||||
/* support: IE10, see #8844 */
|
||||
list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
|
||||
+ color: #fff;
|
||||
+ white-space: nowrap;
|
||||
+ border-top: 1px solid #5a5a5a;
|
||||
+}
|
||||
+.ui-menu .ui-menu-item div,
|
||||
+.ui-menu .ui-menu-item a {
|
||||
+ display: block;
|
||||
+ line-height: 1.5;
|
||||
+ padding: 6px 10px 4px;
|
||||
+ text-shadow: 0 1px 1px #333;
|
||||
+ background-color: #444;
|
||||
+ border: 0;
|
||||
+ border-radius: 0;
|
||||
+ color: #fff;
|
||||
+}
|
||||
+.ui-menu .ui-menu-item:first-child {
|
||||
+ border-top: 0;
|
||||
+}
|
||||
+.ui-menu .ui-menu-item:last-child {
|
||||
+ border-bottom: 0;
|
||||
}
|
||||
.ui-menu .ui-menu-item-wrapper {
|
||||
position: relative;
|
||||
@@ -223,9 +250,16 @@
|
||||
line-height: 0;
|
||||
border-width: 1px 0 0 0;
|
||||
}
|
||||
+.ui-menu .ui-menu-item .ui-state-focus,
|
||||
+.ui-menu .ui-menu-item .ui-state-active,
|
||||
.ui-menu .ui-state-focus,
|
||||
.ui-menu .ui-state-active {
|
||||
- margin: -1px;
|
||||
+ background: #00aad6;
|
||||
+ background: -moz-linear-gradient(top, #00aad6 0%, #008fc9 100%);
|
||||
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aad6), color-stop(100%,#008fc9));
|
||||
+ background: -o-linear-gradient(top, #00aad6 0%, #008fc9 100%);
|
||||
+ background: -ms-linear-gradient(top, #00aad6 0%, #008fc9 100%);
|
||||
+ background: linear-gradient(top, #00aad6 0%, #008fc9 100%);
|
||||
}
|
||||
|
||||
/* icon support */
|
||||
@@ -578,16 +612,24 @@
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
- padding: .2em;
|
||||
outline: 0;
|
||||
+ padding: 3px;
|
||||
+ background: #fff;
|
||||
+ border-radius: 6px !important;
|
||||
+ border: 0 !important;
|
||||
+ box-shadow: 1px 1px 18px #666;
|
||||
}
|
||||
.ui-dialog .ui-dialog-titlebar {
|
||||
- padding: .4em 1em;
|
||||
+ padding: 15px 1em 8px 1em;
|
||||
position: relative;
|
||||
+ border: 0;
|
||||
+ border-radius: 5px 5px 0 0;
|
||||
}
|
||||
.ui-dialog .ui-dialog-title {
|
||||
float: left;
|
||||
- margin: .1em 0;
|
||||
+ margin: .1em 16px .1em 0;
|
||||
+ font-size: 1.3em;
|
||||
+ text-shadow: 1px 1px 1px #fff;
|
||||
white-space: nowrap;
|
||||
width: 90%;
|
||||
overflow: hidden;
|
||||
@@ -595,29 +637,53 @@
|
||||
}
|
||||
.ui-dialog .ui-dialog-titlebar-close {
|
||||
position: absolute;
|
||||
- right: .3em;
|
||||
- top: 50%;
|
||||
- width: 20px;
|
||||
- margin: -10px 0 0 0;
|
||||
- padding: 1px;
|
||||
- height: 20px;
|
||||
+ right: -15px;
|
||||
+ top: -15px;
|
||||
+ width: 30px;
|
||||
+ margin: 0;
|
||||
+ padding: 0;
|
||||
+ height: 30px;
|
||||
+ z-index: 99999;
|
||||
+ border-width: 0 !important;
|
||||
+ background: none !important;
|
||||
+ filter: none !important;
|
||||
+ box-shadow: none !important;
|
||||
+}
|
||||
+.ui-dialog .ui-dialog-titlebar-close.ui-state-focus {
|
||||
+ outline: 2px solid #4fadd5;
|
||||
+}
|
||||
+.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
|
||||
+ top: 0;
|
||||
+ left: 0;
|
||||
+ margin: 0;
|
||||
+ width: 30px;
|
||||
+ height: 30px;
|
||||
+ background: url("images/ui-dialog-close.png") 0 0 no-repeat;
|
||||
+}
|
||||
+.no-close .ui-dialog-titlebar-close {
|
||||
+ display: none !important;
|
||||
}
|
||||
.ui-dialog .ui-dialog-content {
|
||||
position: relative;
|
||||
border: 0;
|
||||
- padding: .5em 1em;
|
||||
+ padding: 1.5em 1em 0.5em 1em;
|
||||
background: none;
|
||||
overflow: auto;
|
||||
}
|
||||
+.ui-dialog .ui-widget-content {
|
||||
+ border: 0;
|
||||
+}
|
||||
.ui-dialog .ui-dialog-buttonpane {
|
||||
text-align: left;
|
||||
border-width: 1px 0 0 0;
|
||||
background-image: none;
|
||||
- margin-top: .5em;
|
||||
- padding: .3em 1em .5em .4em;
|
||||
+ border-color: #ddd;
|
||||
+ border-style: solid;
|
||||
+ margin: 0;
|
||||
+ padding: .3em 1em .5em .8em;
|
||||
}
|
||||
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
||||
- float: right;
|
||||
+ float: left;
|
||||
}
|
||||
.ui-dialog .ui-dialog-buttonpane button {
|
||||
margin: .5em .4em .5em 0;
|
||||
@@ -647,8 +713,11 @@
|
||||
height: 7px;
|
||||
}
|
||||
.ui-dialog .ui-resizable-se {
|
||||
- right: 0;
|
||||
- bottom: 0;
|
||||
+ width: 14px;
|
||||
+ height: 14px;
|
||||
+ right: 3px;
|
||||
+ bottom: 3px;
|
||||
+ background-position: -80px -224px;
|
||||
}
|
||||
.ui-dialog .ui-resizable-sw {
|
||||
left: 0;
|
||||
@@ -742,7 +811,13 @@
|
||||
font-size: .7em;
|
||||
display: block;
|
||||
border: 0;
|
||||
- background-position: 0 0;
|
||||
+ background: #019bc6;
|
||||
+ background: -moz-linear-gradient(top, #019bc6 0%, #017cb4 100%);
|
||||
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#019bc6), color-stop(100%,#017cb4));
|
||||
+ background: -o-linear-gradient(top, #019bc6 0%, #017cb4 100%);
|
||||
+ background: -ms-linear-gradient(top, #019bc6 0%, #017cb4 100%);
|
||||
+ background: linear-gradient(top, #019bc6 0%, #017cb4 100%);
|
||||
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#019bc6', endColorstr='#017cb4', GradientType=0);
|
||||
}
|
||||
|
||||
/* support: IE8 - See #6727 */
|
||||
@@ -835,23 +910,41 @@
|
||||
padding: .2em;
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav {
|
||||
- margin: 0;
|
||||
- padding: .2em .2em 0;
|
||||
+ margin: 0; padding: 0;
|
||||
+ border: 0;
|
||||
+ background: transparent;
|
||||
+ filter: none;
|
||||
+ height: 44px;
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav li {
|
||||
list-style: none;
|
||||
- float: left;
|
||||
position: relative;
|
||||
+ display: inline-block;
|
||||
top: 0;
|
||||
- margin: 1px .2em 0 0;
|
||||
- border-bottom-width: 0;
|
||||
- padding: 0;
|
||||
+ margin: 0;
|
||||
+ border: 0 !important;
|
||||
+ padding: 0 1px 0 0;
|
||||
white-space: nowrap;
|
||||
+ background: #f8f8f8;
|
||||
+ background: -moz-linear-gradient(top, #f8f8f8 0%, #d3d3d3 50%, #f8f8f8 100%);
|
||||
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(50%,#d3d3d3), color-stop(100%,#f8f8f8));
|
||||
+ background: -webkit-linear-gradient(top, #f8f8f8 0%, #d3d3d3 50%, #f8f8f8 100%);
|
||||
+ background: -o-linear-gradient(top, #f8f8f8 0%, #d3d3d3 50%, #f8f8f8 100%);
|
||||
+ background: -ms-linear-gradient(top, #f8f8f8 0%, #d3d3d3 50%, #f8f8f8 100%);
|
||||
+ background: linear-gradient(top, #f8f8f8 0%, #d3d3d3 50%, #f8f8f8 100%);
|
||||
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#d3d3d3', GradientType=0);
|
||||
+}
|
||||
+.ui-tabs .ui-tabs-nav li:last-child {
|
||||
+ background: none;
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
|
||||
- float: left;
|
||||
- padding: .5em 1em;
|
||||
+ display: inline-block;
|
||||
+ padding: 15px;
|
||||
text-decoration: none;
|
||||
+ font-size: 12px;
|
||||
+ color: #999;
|
||||
+ background: #fafafa;
|
||||
+ border-right: 1px solid #fafafa;
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
||||
margin-bottom: -1px;
|
||||
@@ -862,14 +955,26 @@
|
||||
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
|
||||
cursor: text;
|
||||
}
|
||||
+.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
|
||||
+ outline: none;
|
||||
+ color: #004458;
|
||||
+ background: #efefef;
|
||||
+ background: -moz-linear-gradient(top, #fafafa 40%, #e4e4e4 100%);
|
||||
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#fff), color-stop(100%,#e4e4e4));
|
||||
+ background: -o-linear-gradient(top, #fafafa 40%, #e4e4e4 100%);
|
||||
+ background: -ms-linear-gradient(top, #fafafa 40%, #e4e4e4 100%);
|
||||
+ background: linear-gradient(top, #fafafa 40%, #e4e4e4 100%);
|
||||
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e4e4e4', GradientType=0);
|
||||
+}
|
||||
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
|
||||
cursor: pointer;
|
||||
}
|
||||
.ui-tabs .ui-tabs-panel {
|
||||
display: block;
|
||||
border-width: 0;
|
||||
- padding: 1em 1.4em;
|
||||
- background: none;
|
||||
+ padding: 0.5em 1em;
|
||||
+ margin-top: 0.2em;
|
||||
+ background: #efefef;
|
||||
}
|
||||
.ui-tooltip {
|
||||
padding: 8px;
|
||||
@@ -897,22 +1002,25 @@
|
||||
font-family: Arial,Helvetica,sans-serif;
|
||||
font-size: 1em;
|
||||
}
|
||||
-.ui-widget.ui-widget-content {
|
||||
- border: 1px solid #c5c5c5;
|
||||
-}
|
||||
.ui-widget-content {
|
||||
border: 1px solid #dddddd;
|
||||
background: #ffffff;
|
||||
color: #333333;
|
||||
}
|
||||
.ui-widget-content a {
|
||||
- color: #333333;
|
||||
+ color: #0186ba;
|
||||
}
|
||||
.ui-widget-header {
|
||||
border: 1px solid #dddddd;
|
||||
- background: #e9e9e9;
|
||||
color: #333333;
|
||||
font-weight: bold;
|
||||
+ background: #e4e4e4;
|
||||
+ background: -moz-linear-gradient(top, #f2f2f2 0%, #e4e4e4 100%);
|
||||
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e4e4e4));
|
||||
+ background: -o-linear-gradient(top, #f2f2f2 0%, #e4e4e4 100%);
|
||||
+ background: -ms-linear-gradient(top, #f2f2f2 0%, #e4e4e4 100%);
|
||||
+ background: linear-gradient(top, #f2f2f2 0%, #e4e4e4 100%);
|
||||
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e4e4e4', GradientType=0);
|
||||
}
|
||||
.ui-widget-header a {
|
||||
color: #333333;
|
||||
@@ -1073,27 +1181,7 @@
|
||||
.ui-button .ui-icon {
|
||||
background-image: url("images/ui-icons_777777_256x240.png");
|
||||
}
|
||||
-.ui-state-hover .ui-icon,
|
||||
-.ui-state-focus .ui-icon,
|
||||
-.ui-button:hover .ui-icon,
|
||||
-.ui-button:focus .ui-icon,
|
||||
-.ui-state-default .ui-icon {
|
||||
- background-image: url("images/ui-icons_555555_256x240.png");
|
||||
-}
|
||||
-.ui-state-active .ui-icon,
|
||||
-.ui-button:active .ui-icon {
|
||||
- background-image: url("images/ui-icons_ffffff_256x240.png");
|
||||
-}
|
||||
-.ui-state-highlight .ui-icon,
|
||||
-.ui-button .ui-state-highlight.ui-icon {
|
||||
- background-image: url("images/ui-icons_777620_256x240.png");
|
||||
-}
|
||||
-.ui-state-error .ui-icon,
|
||||
-.ui-state-error-text .ui-icon {
|
||||
- background-image: url("images/ui-icons_cc0000_256x240.png");
|
||||
-}
|
||||
|
||||
-/* positioning */
|
||||
.ui-icon-blank { background-position: 16px 16px; }
|
||||
.ui-icon-caret-1-n { background-position: 0 0; }
|
||||
.ui-icon-caret-1-ne { background-position: -16px 0; }
|
||||
@@ -1311,3 +1399,222 @@
|
||||
-webkit-box-shadow: 0px 0px 5px #666666;
|
||||
box-shadow: 0px 0px 5px #666666;
|
||||
}
|
||||
+
|
||||
+/* Roundcube button styling */
|
||||
+.ui-button.ui-state-default {
|
||||
+ display: inline-block;
|
||||
+ margin: 0 2px;
|
||||
+ padding: 1px 2px;
|
||||
+ text-shadow: 0px 1px 1px #fff;
|
||||
+ border: 1px solid #c6c6c6;
|
||||
+ 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%);
|
||||
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e6e6e6', GradientType=0);
|
||||
+ -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);
|
||||
+ -o-box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
|
||||
+ box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
|
||||
+ text-decoration: none;
|
||||
+ outline: none;
|
||||
+}
|
||||
+
|
||||
+.ui-button.mainaction {
|
||||
+ color: #ededed;
|
||||
+ text-shadow: 0px 1px 1px #333;
|
||||
+ border-color: #1f262c;
|
||||
+ background: #505050;
|
||||
+ background: -moz-linear-gradient(top, #505050 0%, #2a2e31 100%);
|
||||
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#505050), color-stop(100%,#2a2e31));
|
||||
+ background: -o-linear-gradient(top, #505050 0%, #2a2e31 100%);
|
||||
+ background: -ms-linear-gradient(top, #505050 0%, #2a2e31 100%);
|
||||
+ background: linear-gradient(top, #505050 0%, #2a2e31 100%);
|
||||
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#2a2e31', GradientType=0);
|
||||
+ -moz-box-shadow: inset 0 1px 0 0 #777;
|
||||
+ -webkit-box-shadow: inset 0 1px 0 0 #777;
|
||||
+ -o-box-shadow: inset 0 1px 0 0 #777;
|
||||
+ box-shadow: inset 0 1px 0 0 #777;
|
||||
+}
|
||||
+
|
||||
+.ui-button.ui-state-focus {
|
||||
+ color: #525252;
|
||||
+ border-color: #4fadd5;
|
||||
+ -moz-box-shadow: 0 0 2px 1px rgba(71,135,177, 0.6);
|
||||
+ -webkit-box-shadow: 0 0 2px 1px rgba(71,135,177, 0.6);
|
||||
+ -o-box-shadow: 0 0 2px 1px rgba(71,135,177, 0.6);
|
||||
+ box-shadow: 0 0 2px 1px rgba(71,135,177, 0.6);
|
||||
+}
|
||||
+
|
||||
+.ui-button.ui-state-active {
|
||||
+ color: #525252;
|
||||
+ border-color: #aaa;
|
||||
+ background: #e6e6e6;
|
||||
+ background: -moz-linear-gradient(top, #e6e6e6 0%, #f9f9f9 100%);
|
||||
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#f9f9f9));
|
||||
+ background: -o-linear-gradient(top, #e6e6e6 0%, #f9f9f9 100%);
|
||||
+ background: -ms-linear-gradient(top, #e6e6e6 0%, #f9f9f9 100%);
|
||||
+ background: linear-gradient(top, #e6e6e6 0%, #f9f9f9 100%);
|
||||
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#f9f9f9', GradientType=0);
|
||||
+}
|
||||
+
|
||||
+.ui-button.ui-state-focus.mainaction,
|
||||
+.ui-button.ui-state-hover.mainaction {
|
||||
+ color: #fff;
|
||||
+}
|
||||
+
|
||||
+.ui-button.ui-state-focus.mainaction {
|
||||
+ border-color: #1f262c;
|
||||
+ -moz-box-shadow: 0 0 2px 1px rgba(71,135,177, 0.6), inset 0 1px 0 0 #777;
|
||||
+ -webkit-box-shadow: 0 0 2px 1px rgba(71,135,177, 0.6), inset 0 1px 0 0 #777;
|
||||
+ -o-box-shadow: 0 0 2px 1px rgba(71,135,177, 0.6), inset 0 1px 0 0 #777;
|
||||
+ box-shadow: 0 0 2px 1px rgba(71,135,177, 0.6), inset 0 1px 0 0 #777;
|
||||
+}
|
||||
+
|
||||
+.ui-button.ui-state-active.mainaction {
|
||||
+ color: #fff;
|
||||
+ background: #515151;
|
||||
+ background: -moz-linear-gradient(top, #2a2e31 0%, #505050 100%);
|
||||
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a2e31), color-stop(100%,#505050));
|
||||
+ background: -o-linear-gradient(top, #2a2e31 0%, #505050 100%);
|
||||
+ background: -ms-linear-gradient(top, #2a2e31 0%, #505050 100%);
|
||||
+ background: linear-gradient(top, #2a2e31 0%, #505050 100%);
|
||||
+}
|
||||
+
|
||||
+.ui-button[disabled],
|
||||
+.ui-button[disabled]:hover,
|
||||
+.ui-button.mainaction[disabled] {
|
||||
+ color: #aaa !important;
|
||||
+}
|
||||
+
|
||||
+/* Roundcube's specific Datepicker style override */
|
||||
+.ui-datepicker {
|
||||
+ min-width: 20em;
|
||||
+ padding: 0;
|
||||
+ display: none;
|
||||
+ border: 0;
|
||||
+ border-radius: 3px;
|
||||
+ -webkit-box-shadow: #666 1px 1px 10px;
|
||||
+ -moz-box-shadow: 1px 1px 10px #666;
|
||||
+ box-shadow: 1px 1px 16px #666;
|
||||
+}
|
||||
+.ui-datepicker .ui-datepicker-header {
|
||||
+ padding: .3em 0;
|
||||
+ border-radius: 3px 3px 0 0;
|
||||
+ border: 0;
|
||||
+ background: #3a3a3a;
|
||||
+ filter: none;
|
||||
+ color: #fff;
|
||||
+ text-shadow: 0px 1px 1px #000;
|
||||
+}
|
||||
+.ui-datepicker .ui-datepicker-prev,
|
||||
+.ui-datepicker .ui-datepicker-next {
|
||||
+ border: 0;
|
||||
+ background: none;
|
||||
+}
|
||||
+.ui-datepicker .ui-datepicker-header .ui-icon {
|
||||
+ background: url("images/ui-icons-datepicker.png") 0 0 no-repeat;
|
||||
+}
|
||||
+.ui-datepicker .ui-datepicker-header .ui-icon-circle-triangle-w {
|
||||
+ background-position: 0 2px;
|
||||
+}
|
||||
+.ui-datepicker .ui-datepicker-header .ui-icon-circle-triangle-e {
|
||||
+ background-position: -14px 2px;
|
||||
+}
|
||||
+.ui-datepicker .ui-datepicker-prev-hover,
|
||||
+.ui-datepicker .ui-datepicker-next-hover {
|
||||
+ top: 2px;
|
||||
+ border: 0;
|
||||
+ background: none;
|
||||
+}
|
||||
+.ui-datepicker .ui-datepicker-prev,
|
||||
+.ui-datepicker .ui-datepicker-prev-hover {
|
||||
+ left: 2px;
|
||||
+}
|
||||
+.ui-datepicker .ui-datepicker-next,
|
||||
+.ui-datepicker .ui-datepicker-next-hover {
|
||||
+ right: 2px;
|
||||
+}
|
||||
+.ui-datepicker select.ui-datepicker-month,
|
||||
+.ui-datepicker select.ui-datepicker-year {
|
||||
+ border: 0;
|
||||
+ background: #3a3a3a;
|
||||
+ outline: none;
|
||||
+ color: #fff;
|
||||
+ font-weight: bold;
|
||||
+ width: auto;
|
||||
+ margin-right: 4px;
|
||||
+ padding-right: 4px;
|
||||
+}
|
||||
+.ui-datepicker .ui-datepicker-title select::-ms-expand {
|
||||
+ display: none;
|
||||
+}
|
||||
+.ie10 .ui-datepicker .ui-datepicker-title select,
|
||||
+.webkit .ui-datepicker .ui-datepicker-title select,
|
||||
+.mozilla .ui-datepicker .ui-datepicker-title select {
|
||||
+ background-image: url("images/ui-icons-datepicker.png");
|
||||
+ background-position: right -18px;
|
||||
+ background-repeat: no-repeat;
|
||||
+ padding-right: 14px;
|
||||
+ -webkit-appearance: none;
|
||||
+ -moz-appearance: none;
|
||||
+ appearance: none;
|
||||
+}
|
||||
+.ui-datepicker .ui-datepicker-month:focus,
|
||||
+.ui-datepicker .ui-datepicker-year:focus {
|
||||
+ outline: 1px solid #4fadd5;
|
||||
+}
|
||||
+.ui-datepicker table {
|
||||
+ margin: 0;
|
||||
+ border-spacing: 0;
|
||||
+}
|
||||
+.ui-datepicker table:focus {
|
||||
+ outline: 2px solid #4fadd5;
|
||||
+ outline-offset: -2px;
|
||||
+}
|
||||
+.ui-datepicker td {
|
||||
+ border: 1px solid #bbb;
|
||||
+ padding: 0;
|
||||
+}
|
||||
+.ui-datepicker td span, .ui-datepicker td a {
|
||||
+ border: 0;
|
||||
+ padding: .5em;
|
||||
+ text-shadow: 0px 1px 1px #fff;
|
||||
+}
|
||||
+.ui-datepicker td a.ui-state-default {
|
||||
+ border: 0px solid #fff;
|
||||
+ border-top-width: 1px;
|
||||
+ border-left-width: 1px;
|
||||
+ background: #e6e6e6;
|
||||
+ background: -moz-linear-gradient(top, #e6e6e6 0%, #d6d6d6 100%);
|
||||
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#d6d6d6));
|
||||
+ background: -o-linear-gradient(top, #e6e6e6 0%, #d6d6d6 100%);
|
||||
+ background: -ms-linear-gradient(top, #e6e6e6 0%, #d6d6d6 100%);
|
||||
+ background: linear-gradient(top, #e6e6e6 0%, #d6d6d6 100%);
|
||||
+}
|
||||
+.ui-datepicker td a.ui-priority-secondary {
|
||||
+ background: #eee;
|
||||
+}
|
||||
+.ui-datepicker td a.ui-state-active {
|
||||
+ color: #fff;
|
||||
+ border-color: #0286ac !important;
|
||||
+ text-shadow: 0px 1px 1px #00516e !important;
|
||||
+ background: #00acd4 !important;
|
||||
+ background: -moz-linear-gradient(top, #00acd4 0%, #008fc7 100%);
|
||||
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00acd4), color-stop(100%,#008fc7));
|
||||
+ background: -o-linear-gradient(top, #00acd4 0%, #008fc7 100%);
|
||||
+ background: -ms-linear-gradient(top, #00acd4 0%, #008fc7 100%);
|
||||
+ background: linear-gradient(top, #00acd4 0%, #008fc7 100%);
|
||||
+}
|
||||
+.ui-datepicker .ui-state-highlight {
|
||||
+ color: #0081c2;
|
||||
+}
|
||||
+.ui-datepicker td.ui-datepicker-days-cell-over a.ui-state-default {
|
||||
+ color: #fff;
|
||||
+ border-color: rgba(73,180,210,0.7);
|
||||
+ background: rgba(73,180,210,0.7);
|
||||
+ text-shadow: 0px 1px 1px #666;
|
||||
+}
|
6
skins/larry/plugins/jqueryui/jquery-ui.min.css
vendored
Normal file
432
skins/larry/plugins/jqueryui/jquery.minicolors.css
Normal file
@ -0,0 +1,432 @@
|
||||
.minicolors {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.minicolors-sprite {
|
||||
background-image: url(images/jquery.minicolors.png);
|
||||
}
|
||||
|
||||
.minicolors-swatch {
|
||||
position: absolute;
|
||||
vertical-align: middle;
|
||||
background-position: -80px 0;
|
||||
border: solid 1px #ccc;
|
||||
cursor: text;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.minicolors-swatch-color {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.minicolors input[type=hidden] + .minicolors-swatch {
|
||||
width: 28px;
|
||||
position: static;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.minicolors input[type=hidden][disabled] + .minicolors-swatch {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* Panel */
|
||||
.minicolors-panel {
|
||||
position: absolute;
|
||||
width: 173px;
|
||||
background: white;
|
||||
border: solid 1px #CCC;
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, .2);
|
||||
z-index: 99999;
|
||||
box-sizing: content-box;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.minicolors-panel.minicolors-visible {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Panel positioning */
|
||||
.minicolors-position-top .minicolors-panel {
|
||||
top: -154px;
|
||||
}
|
||||
|
||||
.minicolors-position-right .minicolors-panel {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.minicolors-position-bottom .minicolors-panel {
|
||||
top: auto;
|
||||
}
|
||||
|
||||
.minicolors-position-left .minicolors-panel {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.minicolors-with-opacity .minicolors-panel {
|
||||
width: 194px;
|
||||
}
|
||||
|
||||
.minicolors .minicolors-grid {
|
||||
position: relative;
|
||||
top: 1px;
|
||||
left: 1px; /* LTR */
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
margin-bottom: 2px;
|
||||
background-position: -120px 0;
|
||||
cursor: crosshair;
|
||||
}
|
||||
[dir=rtl] .minicolors .minicolors-grid {
|
||||
right: 1px;
|
||||
}
|
||||
|
||||
.minicolors .minicolors-grid-inner {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
}
|
||||
|
||||
.minicolors-slider-saturation .minicolors-grid {
|
||||
background-position: -420px 0;
|
||||
}
|
||||
|
||||
.minicolors-slider-saturation .minicolors-grid-inner {
|
||||
background-position: -270px 0;
|
||||
background-image: inherit;
|
||||
}
|
||||
|
||||
.minicolors-slider-brightness .minicolors-grid {
|
||||
background-position: -570px 0;
|
||||
}
|
||||
|
||||
.minicolors-slider-brightness .minicolors-grid-inner {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.minicolors-slider-wheel .minicolors-grid {
|
||||
background-position: -720px 0;
|
||||
}
|
||||
|
||||
.minicolors-slider,
|
||||
.minicolors-opacity-slider {
|
||||
position: absolute;
|
||||
top: 1px;
|
||||
left: 152px; /* LTR */
|
||||
width: 20px;
|
||||
height: 150px;
|
||||
background-color: white;
|
||||
background-position: 0 0;
|
||||
cursor: row-resize;
|
||||
}
|
||||
[dir=rtl] .minicolors-slider,
|
||||
[dir=rtl] .minicolors-opacity-slider {
|
||||
right: 152px;
|
||||
}
|
||||
|
||||
.minicolors-slider-saturation .minicolors-slider {
|
||||
background-position: -60px 0;
|
||||
}
|
||||
|
||||
.minicolors-slider-brightness .minicolors-slider {
|
||||
background-position: -20px 0;
|
||||
}
|
||||
|
||||
.minicolors-slider-wheel .minicolors-slider {
|
||||
background-position: -20px 0;
|
||||
}
|
||||
|
||||
.minicolors-opacity-slider {
|
||||
left: 173px; /* LTR */
|
||||
background-position: -40px 0;
|
||||
display: none;
|
||||
}
|
||||
[dir=rtl] .minicolors-opacity-slider {
|
||||
right: 173px;
|
||||
}
|
||||
|
||||
.minicolors-with-opacity .minicolors-opacity-slider {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Pickers */
|
||||
.minicolors-grid .minicolors-picker {
|
||||
position: absolute;
|
||||
top: 70px;
|
||||
left: 70px;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
border: solid 1px black;
|
||||
border-radius: 10px;
|
||||
margin-top: -6px;
|
||||
margin-left: -6px;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.minicolors-grid .minicolors-picker > div {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
border-radius: 8px;
|
||||
border: solid 2px white;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
.minicolors-picker {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 18px;
|
||||
height: 2px;
|
||||
background: white;
|
||||
border: solid 1px black;
|
||||
margin-top: -2px;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
/* Swatches */
|
||||
.minicolors-swatches,
|
||||
.minicolors-swatches li {
|
||||
margin: 5px 0 3px 5px; /* LTR */
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
[dir=rtl] .minicolors-swatches,
|
||||
[dir=rtl] .minicolors-swatches li {
|
||||
margin: 5px 5px 3px 0;
|
||||
}
|
||||
|
||||
.minicolors-swatches .minicolors-swatch {
|
||||
position: relative;
|
||||
float: left; /* LTR */
|
||||
cursor: pointer;
|
||||
margin:0 4px 0 0; /* LTR */
|
||||
}
|
||||
[dir=rtl] .minicolors-swatches .minicolors-swatch {
|
||||
float: right;
|
||||
margin:0 0 0 4px;
|
||||
}
|
||||
|
||||
.minicolors-with-opacity .minicolors-swatches .minicolors-swatch {
|
||||
margin-right: 7px; /* LTR */
|
||||
}
|
||||
[dir=rtl] .minicolors-with-opacity .minicolors-swatches .minicolors-swatch {
|
||||
margin-right: 0;
|
||||
margin-left: 7px;
|
||||
}
|
||||
|
||||
.minicolors-swatch.selected {
|
||||
border-color: #000;
|
||||
}
|
||||
|
||||
/* Inline controls */
|
||||
.minicolors-inline {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.minicolors-inline .minicolors-input {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.minicolors-inline .minicolors-panel {
|
||||
position: relative;
|
||||
top: auto;
|
||||
left: auto; /* LTR */
|
||||
box-shadow: none;
|
||||
z-index: auto;
|
||||
display: inline-block;
|
||||
}
|
||||
[dir=rtl] .minicolors-inline .minicolors-panel {
|
||||
right: auto;
|
||||
}
|
||||
|
||||
/* Default theme */
|
||||
.minicolors-theme-default .minicolors-swatch {
|
||||
top: 5px;
|
||||
left: 5px; /* LTR */
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
[dir=rtl] .minicolors-theme-default .minicolors-swatch {
|
||||
right: 5px;
|
||||
}
|
||||
.minicolors-theme-default .minicolors-swatches .minicolors-swatch {
|
||||
margin-bottom: 2px;
|
||||
top: 0;
|
||||
left: 0; /* LTR */
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
[dir=rtl] .minicolors-theme-default .minicolors-swatches .minicolors-swatch {
|
||||
right: 0;
|
||||
}
|
||||
.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
|
||||
left: auto; /* LTR */
|
||||
right: 5px; /* LTR */
|
||||
}
|
||||
[dir=rtl] .minicolors-theme-default.minicolors-position-left .minicolors-swatch {
|
||||
right: auto;
|
||||
left: 5px;
|
||||
}
|
||||
.minicolors-theme-default.minicolors {
|
||||
width: auto;
|
||||
display: inline-block;
|
||||
}
|
||||
.minicolors-theme-default .minicolors-input {
|
||||
height: 20px;
|
||||
width: auto;
|
||||
display: inline-block;
|
||||
padding-left: 26px; /* LTR */
|
||||
}
|
||||
[dir=rtl] .minicolors-theme-default .minicolors-input {
|
||||
text-align: right;
|
||||
unicode-bidi: plaintext;
|
||||
padding-left: 1px;
|
||||
padding-right: 26px;
|
||||
}
|
||||
.minicolors-theme-default.minicolors-position-right .minicolors-input {
|
||||
padding-right: 26px; /* LTR */
|
||||
padding-left: inherit; /* LTR */
|
||||
}
|
||||
[dir=rtl] .minicolors-theme-default.minicolors-position-left .minicolors-input {
|
||||
padding-right: inherit;
|
||||
padding-left: 26px;
|
||||
}
|
||||
|
||||
/* Bootstrap theme */
|
||||
.minicolors-theme-bootstrap .minicolors-swatch {
|
||||
z-index: 2;
|
||||
top: 3px;
|
||||
left: 3px; /* LTR */
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
[dir=rtl] .minicolors-theme-bootstrap .minicolors-swatch {
|
||||
right: 3px;
|
||||
}
|
||||
.minicolors-theme-bootstrap .minicolors-swatches .minicolors-swatch {
|
||||
margin-bottom: 2px;
|
||||
top: 0;
|
||||
left: 0; /* LTR */
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
[dir=rtl] .minicolors-theme-bootstrap .minicolors-swatches .minicolors-swatch {
|
||||
right: 0;
|
||||
}
|
||||
.minicolors-theme-bootstrap .minicolors-swatch-color {
|
||||
border-radius: inherit;
|
||||
}
|
||||
.minicolors-theme-bootstrap.minicolors-position-right > .minicolors-swatch {
|
||||
left: auto; /* LTR */
|
||||
right: 3px; /* LTR */
|
||||
}
|
||||
[dir=rtl] .minicolors-theme-bootstrap.minicolors-position-left > .minicolors-swatch {
|
||||
right: auto;
|
||||
left: 3px;
|
||||
}
|
||||
.minicolors-theme-bootstrap .minicolors-input {
|
||||
float: none;
|
||||
padding-left: 44px; /* LTR */
|
||||
}
|
||||
[dir=rtl] .minicolors-theme-bootstrap .minicolors-input {
|
||||
text-align: right;
|
||||
unicode-bidi: plaintext;
|
||||
padding-left: 12px;
|
||||
padding-right: 44px;
|
||||
}
|
||||
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
|
||||
padding-right: 44px; /* LTR */
|
||||
padding-left: 12px; /* LTR */
|
||||
}
|
||||
[dir=rtl] .minicolors-theme-bootstrap.minicolors-position-left .minicolors-input {
|
||||
padding-right: 12px;
|
||||
padding-left: 44px;
|
||||
}
|
||||
.minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
|
||||
top: 4px;
|
||||
left: 4px; /* LTR */
|
||||
width: 37px;
|
||||
height: 37px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
[dir=rtl] .minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
|
||||
right: 4px;
|
||||
}
|
||||
.minicolors-theme-bootstrap .minicolors-input.input-sm + .minicolors-swatch {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
.minicolors-theme-bootstrap .minicolors-input.input-xs + .minicolors-swatch {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
.input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
|
||||
border-top-left-radius: 0; /* LTR */
|
||||
border-bottom-left-radius: 0; /* LTR */
|
||||
}
|
||||
[dir=rtl] .input-group .minicolors-theme-bootstrap .minicolors-input {
|
||||
border-radius: 4px;
|
||||
}
|
||||
[dir=rtl] .input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
[dir=rtl] .input-group .minicolors-theme-bootstrap:not(:last-child) .minicolors-input {
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
/* bootstrap input-group rtl override */
|
||||
[dir=rtl] .input-group .form-control,
|
||||
[dir=rtl] .input-group-addon,
|
||||
[dir=rtl] .input-group-btn > .btn,
|
||||
[dir=rtl] .input-group-btn > .btn-group > .btn,
|
||||
[dir=rtl] .input-group-btn > .dropdown-toggle {
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
}
|
||||
[dir=rtl] .input-group .form-control:first-child,
|
||||
[dir=rtl] .input-group-addon:first-child,
|
||||
[dir=rtl] .input-group-btn:first-child > .btn,
|
||||
[dir=rtl] .input-group-btn:first-child > .btn-group > .btn,
|
||||
[dir=rtl] .input-group-btn:first-child > .dropdown-toggle,
|
||||
[dir=rtl] .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
|
||||
[dir=rtl] .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
border-left: 0;
|
||||
}
|
||||
[dir=rtl] .input-group .form-control:last-child,
|
||||
[dir=rtl] .input-group-addon:last-child,
|
||||
[dir=rtl] .input-group-btn:last-child > .btn,
|
||||
[dir=rtl] .input-group-btn:last-child > .btn-group > .btn,
|
||||
[dir=rtl] .input-group-btn:last-child > .dropdown-toggle,
|
||||
[dir=rtl] .input-group-btn:first-child > .btn:not(:first-child),
|
||||
[dir=rtl] .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
/* Semantic Ui theme */
|
||||
.minicolors-theme-semanticui .minicolors-swatch {
|
||||
top: 0;
|
||||
left: 0; /* LTR */
|
||||
padding: 18px;
|
||||
}
|
||||
[dir=rtl] .minicolors-theme-semanticui .minicolors-swatch {
|
||||
right: 0;
|
||||
}
|
||||
.minicolors-theme-semanticui input {
|
||||
text-indent: 30px;
|
||||
}
|
1
skins/larry/plugins/jqueryui/jquery.minicolors.min.css
vendored
Normal file
105
skins/larry/plugins/jqueryui/tagedit.css
Normal file
@ -0,0 +1,105 @@
|
||||
/**
|
||||
* Styles of the tagedit inputsforms
|
||||
*/
|
||||
.tagedit-list {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 4px 4px 0 5px;
|
||||
overflow: auto;
|
||||
min-height: 26px;
|
||||
background: #fff;
|
||||
border: 1px solid #b2b2b2;
|
||||
border-radius: 4px;
|
||||
box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
|
||||
-moz-box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
|
||||
-webkit-box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
|
||||
-o-box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
|
||||
}
|
||||
.tagedit-list li.tagedit-listelement {
|
||||
list-style-type: none;
|
||||
float: left;
|
||||
margin: 0 4px 4px 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* New Item input */
|
||||
.tagedit-list li.tagedit-listelement-new input {
|
||||
border: 0;
|
||||
height: 100%;
|
||||
padding: 4px 1px;
|
||||
width: 15px;
|
||||
background: #fff;
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
-o-box-shadow: none;
|
||||
}
|
||||
.tagedit-list li.tagedit-listelement-new input:focus {
|
||||
box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
-o-box-shadow: none;
|
||||
outline: none;
|
||||
}
|
||||
.tagedit-list li.tagedit-listelement-new input.tagedit-input-disabled {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Item that is put to the List */
|
||||
.tagedit span.tag-element,
|
||||
.tagedit-list li.tagedit-listelement-old {
|
||||
padding: 3px 6px 1px 6px;
|
||||
background: #ddeef5;
|
||||
background: -moz-linear-gradient(top, #edf6fa 0%, #d6e9f3 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edf6fa), color-stop(100%,#d6e9f3));
|
||||
background: -o-linear-gradient(top, #edf6fa 0%, #d6e9f3 100%);
|
||||
background: -ms-linear-gradient(top, #edf6fa 0%, #d6e9f3 100%);
|
||||
background: linear-gradient(top, #edf6fa 0%, #d6e9f3 100%);
|
||||
border: 1px solid #c2dae5;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
color: #0d5165;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
|
||||
.tagedit-list li.tagedit-listelement-focus {
|
||||
border-color: #4787b1;
|
||||
-moz-box-shadow: 0 0 3px 1px rgba(71,135,177, 0.8);
|
||||
-webkit-box-shadow: 0 0 3px 1px rgba(71,135,177, 0.8);
|
||||
-o-box-shadow: 0 0 3px 1px rgba(71,135,177, 0.8);
|
||||
box-shadow: 0 0 3px 1px rgba(71,135,177, 0.8);
|
||||
}
|
||||
|
||||
.tagedit span.tag-element {
|
||||
margin-right: 0.6em;
|
||||
padding: 2px 6px;
|
||||
/* cursor: pointer; */
|
||||
}
|
||||
|
||||
.tagedit span.tag-element.inherit {
|
||||
color: #666;
|
||||
background: #f2f2f2;
|
||||
border-color: #ddd;
|
||||
}
|
||||
|
||||
.tagedit-list li.tagedit-listelement-old a.tagedit-close,
|
||||
.tagedit-list li.tagedit-listelement-old a.tagedit-break,
|
||||
.tagedit-list li.tagedit-listelement-old a.tagedit-delete,
|
||||
.tagedit-list li.tagedit-listelement-old a.tagedit-save {
|
||||
text-indent: -2000px;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin: 0 -4px 0 6px;
|
||||
background: url('data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAOCAYAAAD0f5bSAAAAgUlEQVQoz2NgQAKzdxwWAOIEIG5AwiC+AAM2AJQIAOL3QPwfCwaJB6BrSMChGB0nwDQYwATP3nn4f+Ge4ygKQXyQOJKYAUjTepjAm09fwBimEUTDxJA0rWdANxWmaMXB0xiGwDADurthGkEAmwbqaCLFeWQFBOlBTlbkkp2MSE2wAA8R50rWvqeRAAAAAElFTkSuQmCC') left 1px no-repeat;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.tagedit-list li.tagedit-listelement-old span {
|
||||
display: inline-block;
|
||||
height: 15px;
|
||||
}
|
1
skins/larry/plugins/jqueryui/tagedit.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
.tagedit-list{width:100%;margin:0;padding:4px 4px 0 5px;overflow:auto;min-height:26px;background:#fff;border:1px solid #b2b2b2;border-radius:4px;box-shadow:inset 0 0 2px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 2px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 0 2px 1px rgba(0,0,0,.1);-o-box-shadow:inset 0 0 2px 1px rgba(0,0,0,.1)}.tagedit-list li.tagedit-listelement{list-style-type:none;float:left;margin:0 4px 4px 0;padding:0}.tagedit-list li.tagedit-listelement-new input{border:0;height:100%;padding:4px 1px;width:15px;background:#fff;border-radius:0;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none}.tagedit-list li.tagedit-listelement-new input:focus{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;outline:0}.tagedit-list li.tagedit-listelement-new input.tagedit-input-disabled{display:none}.tagedit span.tag-element,.tagedit-list li.tagedit-listelement-old{padding:3px 6px 1px 6px;background:#ddeef5;background:-moz-linear-gradient(top,#edf6fa 0,#d6e9f3 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#edf6fa),color-stop(100%,#d6e9f3));background:-o-linear-gradient(top,#edf6fa 0,#d6e9f3 100%);background:-ms-linear-gradient(top,#edf6fa 0%,#d6e9f3 100%);background:linear-gradient(top,#edf6fa 0%,#d6e9f3 100%);border:1px solid #c2dae5;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;color:#0d5165;line-height:1.3em}.tagedit-list li.tagedit-listelement-focus{border-color:#4787b1;-moz-box-shadow:0 0 3px 1px rgba(71,135,177,.8);-webkit-box-shadow:0 0 3px 1px rgba(71,135,177,.8);-o-box-shadow:0 0 3px 1px rgba(71,135,177,.8);box-shadow:0 0 3px 1px rgba(71,135,177,.8)}.tagedit span.tag-element{margin-right:.6em;padding:2px 6px}.tagedit span.tag-element.inherit{color:#666;background:#f2f2f2;border-color:#ddd}.tagedit-list li.tagedit-listelement-old a.tagedit-close,.tagedit-list li.tagedit-listelement-old a.tagedit-break,.tagedit-list li.tagedit-listelement-old a.tagedit-delete,.tagedit-list li.tagedit-listelement-old a.tagedit-save{text-indent:-2000px;display:inline-block;position:relative;top:-1px;width:16px;height:16px;margin:0 -4px 0 6px;background:url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAOCAYAAAD0f5bSAAAAgUlEQVQoz2NgQAKzdxwWAOIEIG5AwiC+AAM2AJQIAOL3QPwfCwaJB6BrSMChGB0nwDQYwATP3nn4f+Ge4ygKQXyQOJKYAUjTepjAm09fwBimEUTDxJA0rWdANxWmaMXB0xiGwDADurthGkEAmwbqaCLFeWQFBOlBTlbkkp2MSE2wAA8R50rWvqeRAAAAAElFTkSuQmCC) left 1px no-repeat;cursor:pointer}.tagedit-list li.tagedit-listelement-old span{display:inline-block;height:15px}
|