Add CSS files
This commit is contained in:
21
include/jQuery/jquery-ui/tests/index.css
Executable file
21
include/jQuery/jquery-ui/tests/index.css
Executable file
@@ -0,0 +1,21 @@
|
||||
body {
|
||||
font-size: 62.5%;
|
||||
}
|
||||
.ui-widget-header {
|
||||
padding: 0.2em 0.5em;
|
||||
margin: 0;
|
||||
}
|
||||
.ui-widget-content {
|
||||
padding: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
ul {
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
}
|
||||
li {
|
||||
line-height: 2em;
|
||||
}
|
||||
13
include/jQuery/jquery-ui/tests/unit/qunit-composite.css
Executable file
13
include/jQuery/jquery-ui/tests/unit/qunit-composite.css
Executable file
@@ -0,0 +1,13 @@
|
||||
iframe.qunit-subsuite {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border-width: 1px 0 0;
|
||||
height: 45%;
|
||||
width: 100%;
|
||||
|
||||
background: #fff;
|
||||
}
|
||||
49
include/jQuery/jquery-ui/tests/visual/effects/effects.css
Executable file
49
include/jQuery/jquery-ui/tests/visual/effects/effects.css
Executable file
@@ -0,0 +1,49 @@
|
||||
body {
|
||||
margin: 1em;
|
||||
padding: 0;
|
||||
background: #fff;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
ul.effects {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
ul.effects li {
|
||||
padding: 0;
|
||||
width: 120px;
|
||||
height: 100px;
|
||||
float: left;
|
||||
margin-top: 20px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
div.effect {
|
||||
width: 120px;
|
||||
height: 100px;
|
||||
background: #ccc;
|
||||
border: 5px outset #aaa;
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
cursor: hand;
|
||||
}
|
||||
|
||||
div.current {
|
||||
border: 5px outset #FF9C08;
|
||||
background: #FF9C08;
|
||||
}
|
||||
|
||||
div.effect p {
|
||||
color: #191919;
|
||||
font-weight: bold;
|
||||
margin: 0;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.ui-effects-transfer {
|
||||
border: 1px dotted #fff;
|
||||
background: #666;
|
||||
opacity: 0.5;
|
||||
}
|
||||
3
include/jQuery/jquery-ui/tests/visual/visual.css
Executable file
3
include/jQuery/jquery-ui/tests/visual/visual.css
Executable file
@@ -0,0 +1,3 @@
|
||||
body { font-size: 62.5%; }
|
||||
#draggable, #resizable { width: 100px; height: 100px; background: #abc; }
|
||||
#droppable { width: 100px; height: 100px; background: #cde; }
|
||||
Reference in New Issue
Block a user