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;
114 padding: 0 5px 2px 5px;
121 margin: 1px 5px 1px 0;
123 border: 1px solid #999;
130 margin: 2px 5px 0 5px;
137 .toolbar button:hover, .toolbar button:active {
140 -webkit-border-radius: 10px;
141 -moz-border-radius: 10px;
145 /* Remove extra padding in Firefox */
146 button::-moz-focus-inner {
153 .htmlview *[x-editable] {
154 background-color: white;
157 .htmlview .active[x-editable] {
158 background-color: #FAFAFA;
159 border: 1px solid #DDD;
160 /* -webkit-transition: all 1s linear;*/