14 background: #EEE url(/static/img/gallery.png) no-repeat scroll center center;
15 border-left: 1px solid #999;
19 #source-editor, #simple-editor {
45 background-color: #FFF;
51 background-color: #C1C1C1;
52 background-image: -webkit-gradient(linear, left top, left bottom, from(#C1C1C1), color-stop(0.9, #A2A2A2));
53 font: 11px Helvetica, Verdana, sans-serif;
60 font: 17px Helvetica, Verdana, sans-serif;
63 padding: 3px 6px 2px 6px;
75 border-bottom: 1px solid #999;
79 -webkit-user-select: none;
83 padding: 5px 12px 3px 12px;
84 border: 1px solid #999;
85 -webkit-border-radius: 4px;
86 -webkit-border-bottom-left-radius: 0;
87 -webkit-border-bottom-right-radius: 0;
91 -webkit-box-shadow: 1px -1px 2px rgba(127, 127, 127, 0.25);
94 background-color: #A2A2A2;
98 background-color: #C1C1C1;
99 border-bottom: 1px solid #C1C1C1;
103 border-bottom: 1px solid #777;
104 background-color: #C1C1C1;
112 margin: 2px 5px 2px 0;
114 border: 1px solid #999;
122 padding: 0 5px 2px 5px;
131 .toolbar button:hover, .toolbar button:active {
134 -webkit-border-radius: 10px;
135 -moz-border-radius: 10px;
139 /* Remove extra padding in Firefox */
140 button::-moz-focus-inner {
147 .htmlview *[x-editable] {
148 background-color: white;
151 .htmlview .active[x-editable] {
152 background-color: #FAFAFA;
153 border: 1px solid #DDD;
154 /* -webkit-transition: all 1s linear;*/