-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathstyles.css
65 lines (56 loc) · 1023 Bytes
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
body {
background-color:#333;
color:white;
font: 62% "Trebuchet MS", sans-serif;
}
#simulator-container {
position: absolute;
margin-left: 250px;
top: 50px
}
#device-container {
background-color:#222;
margin:auto;
position:relative;
border:solid rgba(204,204,204,0.9);
-webkit-border-radius:20px;
border-radius:20px;
padding:10px 6px 40px 6px;
width:320px;
}
#viewport-container {
border:2px solid rgba(204,204,204,0.75);
-webkit-border-radius:5px;
border-radius:5px;
position:relative;
overflow:hidden;
padding:0px;
margin:auto;
width:inherit;
height:inherit;
}
#moodle-site {
width:inherit;
height:inherit;
}
#options-menu {
width: 240px;
}
.ul-clean {
list-style: none;
padding: 0px;
}
.ul-clean .ui-icon{
display: inline;
float: right;
}
.ul-clean li {
clear: both;
}
input[type=url] {
width: 100%;
}
/* jQuery UI changes*/
.ui-accordion .ui-accordion-content {
padding: 1em;
}