Minor fix to static file serving

This commit is contained in:
tomtom5152
2014-10-29 01:32:55 +00:00
parent b8cb25db67
commit 4bc4bdedc6
74 changed files with 25723 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
/*
* jQuery UI Bootstrap v1.0 Alpha
*
* jQuery UI Selectable 1.10.3
* http://jqueryui.com/selectable/
*
* Portions copyright Addy Osmani, jQuery UI & Twitter Bootstrap
* Created the LESS version by @dharapvj
* Released under MIT
*/
.ui-selectable-helper {
position: absolute;
z-index: 100;
border: 1px dotted @ui-black;
}