PluginProbe
Thumbnail Editor / 2.2.9
Thumbnail Editor v2.2.9
trunk 1.0.0 1.1.0 1.2.0 2.0.0 2.0.1 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4
thumbnail-editor / css / editor.css

editor.css in Thumbnail Editor 2.2.9, at css/editor.css

48 lines 757 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .tools{
2 border:2px solid #0073aa;
3 padding:10px;
4 border-radius: 5px;
5 margin-bottom: 10px;
6 }
7 .selected-tool{
8 font-size: 18px;
9 width: 80px;
10 display: inline-block;
11 }
12 .tool-item{
13 vertical-align: middle;
14 cursor:pointer;
15 border:2px solid #FFFFFF;
16 border-radius: 5px;
17 }
18
19 .tool-border{
20 border:2px solid #2FBFEC;
21 border-radius: 5px;
22 }
23
24 .ap-table{
25 background-color:#FFFFFF;
26 padding:10px;
27 margin:5px 0px;
28 }
29
30 /* ap buttons */
31 .button-ap-large{
32 padding: 21px 22px 23px 22px !important;
33 line-height: 0px !important;
34 font-size: 20px !important;
35 }
36 /* ap buttons */
37 .button-text-center{
38 text-align:center;
39 }
40 .wid-thumb{
41 width:100px;
42 }
43 .thumb-items{
44 border:1px solid #ccc;
45 padding:5px;
46 margin:10px 0px;
47 border-radius: 5px;
48 }