forked from buckyroberts/Social-Network
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheditor.css
More file actions
51 lines (42 loc) · 1.06 KB
/
Copy patheditor.css
File metadata and controls
51 lines (42 loc) · 1.06 KB
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
.editor-controlls{
height: 25px;
padding: 8px 0;
display: block;
}
.editor-controlls a{
width: 23px;
height: 23px;
border: solid 1px #CCCCCC;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
display: block;
float: left;
text-indent: -9999px;
margin-right: 5px;
}
.editor-controlls .ectrl-bold{
background: url(/images/editor/icon-bold.png) no-repeat;
}
.editor-controlls .ectrl-italic{
background: url(/images/editor/icon-italic.png) no-repeat;
}
.editor-controlls .ectrl-link{
background: url(/images/editor/icon-link.png) no-repeat;
}
.editor-controlls .ectrl-underline{
background: url(/images/editor/icon-underline.png) no-repeat;
margin-right: 15px;
}
.editor-controlls .ectrl-img{
background: url(/images/editor/icon-img.png) no-repeat;
}
.editor-controlls .ectrl-code{
background: url(/images/editor/icon-code.png) no-repeat;
}
.editor-controlls .ectrl-ordered-list{
background: url(/images/editor/icon-olist.png) no-repeat;
}
.editor-controlls .ectrl-unordered-list{
background: url(/images/editor/icon-uolist.png) no-repeat;
}