clean_rtl.css 29 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268
  1. /**
  2. * The file contains styles for GWT widgets in the Clean theme, in RTL mode.
  3. *
  4. * In order to maintain cross-browser compatibility, the following syntax is
  5. * used to create IE6 specific style rules:
  6. * .gwt-Widget {
  7. * property: rule applies to all browsers
  8. * -property: rule applies only to IE6 (overrides previous rule)
  9. * }
  10. * * html .gwt-Widget {
  11. * property: rule applies to all versions of IE
  12. * }
  13. */
  14. body, table td, select, button {
  15. font-family: Arial Unicode MS, Arial, sans-serif;
  16. font-size: small;
  17. }
  18. pre {
  19. font-family: "courier new", courier;
  20. font-size: small;
  21. }
  22. body {
  23. color: black;
  24. margin: 10px;
  25. border: 0px;
  26. padding: 0px;
  27. background: #fff;
  28. direction: rtl;
  29. }
  30. a, a:visited {
  31. color: #0066cc;
  32. text-decoration:none;
  33. }
  34. a:hover {
  35. color: #0066cc;
  36. text-decoration:underline;
  37. }
  38. select {
  39. background: white;
  40. }
  41. /**
  42. * The reference theme can be used to determine when this style sheet has
  43. * loaded. Create a hidden div element with absolute position, assign the style
  44. * name below, and attach it to the DOM. Use a timer to detect when the
  45. * element's height and width are set to 5px.
  46. */
  47. .gwt-Reference-clean-rtl {
  48. height: 5px;
  49. width: 5px;
  50. zoom: 1;
  51. }
  52. .gwt-Button {
  53. margin: 0;
  54. padding: 5px 7px;
  55. text-decoration: none;
  56. cursor: pointer;
  57. cursor: hand;
  58. font-size:small;
  59. background: url("images/hborder.png") repeat-x 0px -2077px;
  60. border:1px solid #bbb;
  61. border-bottom: 1px solid #a0a0a0;
  62. border-radius: 3px;
  63. -moz-border-radius: 3px;
  64. }
  65. .gwt-Button:active {
  66. border: 1px inset #ccc;
  67. }
  68. .gwt-Button:hover {
  69. border-color: #939393;
  70. }
  71. .gwt-Button[disabled] {
  72. cursor: default;
  73. color: #888;
  74. }
  75. .gwt-Button[disabled]:hover {
  76. border: 1px outset #ccc;
  77. }
  78. .gwt-CheckBox {
  79. }
  80. .gwt-CheckBox-disabled {
  81. color: #888;
  82. }
  83. .gwt-DecoratorPanel {
  84. }
  85. .gwt-DecoratorPanel .topCenter {
  86. border-top: 1px solid #bbb;
  87. line-height: 0px;
  88. }
  89. .gwt-DecoratorPanel .bottomCenter {
  90. border-bottom: 1px solid #bbb;
  91. line-height: 0px;
  92. }
  93. .gwt-DecoratorPanel .topCenterInner,
  94. .gwt-DecoratorPanel .bottomCenterInner {
  95. height: 1px;
  96. line-height: 0px;
  97. font-size: 1px;
  98. }
  99. .gwt-DecoratorPanel .middleLeft {
  100. border-left: 1px solid #bbb;
  101. }
  102. .gwt-DecoratorPanel .middleRight {
  103. border-right: 1px solid #bbb;
  104. }
  105. .gwt-DecoratorPanel .middleLeftInner,
  106. .gwt-DecoratorPanel .middleRightInner {
  107. width: 1px;
  108. line-height: 1px;
  109. }
  110. .gwt-DecoratorPanel .topLeftInner,
  111. .gwt-DecoratorPanel .topRightInner,
  112. .gwt-DecoratorPanel .bottomLeftInner,
  113. .gwt-DecoratorPanel .bottomRightInner {
  114. width: 5px;
  115. height: 5px;
  116. zoom: 1;
  117. font-size: 1px;
  118. overflow: hidden;
  119. }
  120. .gwt-DecoratorPanel .topLeft {
  121. line-height: 0px;
  122. background: url(images/circles.png) no-repeat 0px -6px;
  123. -background: url(images/circles_ie6.png) no-repeat 0px -6px;
  124. }
  125. .gwt-DecoratorPanel .topRight {
  126. line-height: 0px;
  127. background: url(images/circles.png) no-repeat -5px -6px;
  128. -background: url(images/circles_ie6.png) no-repeat -5px -6px;
  129. }
  130. .gwt-DecoratorPanel .bottomLeft {
  131. line-height: 0px;
  132. background: url(images/circles.png) no-repeat 0px -11px;
  133. -background: url(images/circles_ie6.png) no-repeat 0px -11px;
  134. }
  135. .gwt-DecoratorPanel .bottomRight {
  136. line-height: 0px;
  137. background: url(images/circles.png) no-repeat -5px -11px;
  138. -background: url(images/circles_ie6.png) no-repeat -5px -11px;
  139. }
  140. * html .gwt-DecoratorPanel .topLeftInner,
  141. * html .gwt-DecoratorPanel .topRightInner,
  142. * html .gwt-DecoratorPanel .bottomLeftInner,
  143. * html .gwt-DecoratorPanel .bottomRightInner {
  144. width: 5px;
  145. height: 5px;
  146. overflow: hidden;
  147. }
  148. .gwt-DialogBox .Caption {
  149. background: #F1F1F1;
  150. padding: 4px 4px 4px 8px;
  151. cursor: default;
  152. font-family: Arial Unicode MS, Arial, sans-serif;
  153. font-weight: bold;
  154. border-bottom: 1px solid #bbbbbb;
  155. border-top: 1px solid #D2D2D2;
  156. }
  157. .gwt-DialogBox .dialogContent {
  158. }
  159. .gwt-DialogBox .dialogMiddleCenter {
  160. padding: 3px;
  161. background: white;
  162. }
  163. .gwt-DialogBox .dialogBottomCenter {
  164. background: url(images/hborder.png) repeat-x 0px -2945px;
  165. -background: url(images/hborder_ie6.png) repeat-x 0px -2144px;
  166. }
  167. .gwt-DialogBox .dialogMiddleLeft {
  168. background: url(images/vborder.png) repeat-y -31px 0px;
  169. }
  170. .gwt-DialogBox .dialogMiddleRight {
  171. background: url(images/vborder.png) repeat-y -32px 0px;
  172. -background: url(images/vborder_ie6.png) repeat-y -32px 0px;
  173. }
  174. .gwt-DialogBox .dialogTopLeftInner {
  175. width: 10px;
  176. height: 8px;
  177. zoom: 1;
  178. }
  179. .gwt-DialogBox .dialogTopRightInner {
  180. width: 12px;
  181. zoom: 1;
  182. }
  183. .gwt-DialogBox .dialogBottomLeftInner {
  184. width: 10px;
  185. height: 12px;
  186. zoom: 1;
  187. }
  188. .gwt-DialogBox .dialogBottomRightInner {
  189. width: 12px;
  190. height: 12px;
  191. zoom: 1;
  192. }
  193. .gwt-DialogBox .dialogTopLeft {
  194. background: url(images/circles.png) no-repeat -20px 0px;
  195. -background: url(images/circles_ie6.png) no-repeat -20px 0px;
  196. }
  197. .gwt-DialogBox .dialogTopRight {
  198. background: url(images/circles.png) no-repeat -28px 0px;
  199. -background: url(images/circles_ie6.png) no-repeat -28px 0px;
  200. }
  201. .gwt-DialogBox .dialogBottomLeft {
  202. background: url(images/circles.png) no-repeat 0px -36px;
  203. -background: url(images/circles_ie6.png) no-repeat 0px -36px;
  204. }
  205. .gwt-DialogBox .dialogBottomRight {
  206. background: url(images/circles.png) no-repeat -8px -36px;
  207. -background: url(images/circles_ie6.png) no-repeat -8px -36px;
  208. }
  209. * html .gwt-DialogBox .dialogTopLeftInner {
  210. width: 10px;
  211. overflow: hidden;
  212. }
  213. * html .gwt-DialogBox .dialogTopRightInner {
  214. width: 12px;
  215. overflow: hidden;
  216. }
  217. * html .gwt-DialogBox .dialogBottomLeftInner {
  218. width: 10px;
  219. height: 12px;
  220. overflow: hidden;
  221. }
  222. * html .gwt-DialogBox .dialogBottomRightInner {
  223. width: 12px;
  224. height: 12px;
  225. overflow: hidden;
  226. }
  227. .gwt-DisclosurePanel {
  228. }
  229. .gwt-DisclosurePanel-open {
  230. }
  231. .gwt-DisclosurePanel-closed {
  232. }
  233. .gwt-DisclosurePanel .header,
  234. .gwt-DisclosurePanel .header a,
  235. .gwt-DisclosurePanel .header td {
  236. text-decoration: none; /* Remove underline from header */
  237. color: black;
  238. cursor: pointer;
  239. cursor: hand;
  240. }
  241. .gwt-DisclosurePanel .content {
  242. border-right: 3px solid #e7e7e7;
  243. padding: 4px 8px 4px 0px;
  244. margin-right: 6px;
  245. }
  246. .gwt-FileUpload {
  247. }
  248. .gwt-Frame {
  249. border-top: 2px solid #666;
  250. border-left: 2px solid #666;
  251. border-right: 2px solid #bbb;
  252. border-bottom: 2px solid #bbb;
  253. }
  254. .gwt-HorizontalSplitPanel {
  255. }
  256. .gwt-HorizontalSplitPanel .hsplitter {
  257. cursor: move;
  258. border: 0px;
  259. background: #e7e7e7;
  260. line-height: 0px;
  261. }
  262. .gwt-VerticalSplitPanel {
  263. }
  264. .gwt-VerticalSplitPanel .vsplitter {
  265. cursor: move;
  266. border: 0px;
  267. background: #e7e7e7;
  268. line-height: 0px;
  269. }
  270. .gwt-HTML {
  271. padding: 0 0px;
  272. }
  273. .gwt-Hyperlink {
  274. cursor: pointer;
  275. }
  276. .gwt-Image {
  277. }
  278. .gwt-Label {
  279. }
  280. .gwt-ListBox {
  281. }
  282. .gwt-MenuBar {
  283. cursor: default;
  284. }
  285. .gwt-MenuBar .gwt-MenuItem {
  286. cursor: default;
  287. font-family: Arial Unicode MS, Arial, sans-serif;
  288. }
  289. .gwt-MenuBar .gwt-MenuItem-selected {
  290. background: #E3E8F3;
  291. }
  292. .gwt-MenuBar-horizontal {
  293. background: #e3e8f3 url(images/hborder.png) repeat-x 0px -2003px;
  294. border: 1px solid #e0e0e0;
  295. }
  296. .gwt-MenuBar-horizontal .gwt-MenuItem {
  297. padding: 5px 10px;
  298. vertical-align: bottom;
  299. color: #000;
  300. font-weight: bold;
  301. }
  302. .gwt-MenuBar-horizontal .gwt-MenuItemSeparator {
  303. width: 1px;
  304. padding: 0px;
  305. margin: 0px;
  306. border: 0px;
  307. border-right: 1px solid #ccc;
  308. background: white;
  309. }
  310. .gwt-MenuBar-horizontal .gwt-MenuItemSeparator .menuSeparatorInner {
  311. width: 1px;
  312. height: 1px;
  313. background: white;
  314. }
  315. .gwt-MenuBar-vertical {
  316. margin-top: 0px;
  317. margin-right: 0px;
  318. background: white;
  319. }
  320. .gwt-MenuBar-vertical table {
  321. border-collapse: collapse;
  322. }
  323. .gwt-MenuBar-vertical .gwt-MenuItem {
  324. padding: 2px 1px 2px 40px;
  325. }
  326. .gwt-MenuBar-vertical .gwt-MenuItemSeparator {
  327. padding: 2px 0px;
  328. }
  329. .gwt-MenuBar-vertical .gwt-MenuItemSeparator .menuSeparatorInner {
  330. height: 1px;
  331. padding: 0px;
  332. border: 0px;
  333. border-top: 1px solid #ccc;
  334. overflow: hidden;
  335. }
  336. .gwt-MenuBar-vertical .subMenuIcon {
  337. padding-left: 4px;
  338. }
  339. .gwt-MenuBar-vertical .subMenuIcon-selected {
  340. background: #E3E8F3;
  341. }
  342. .gwt-MenuBarPopup {
  343. margin: 0px 3px 0px 0px;
  344. }
  345. .gwt-MenuBarPopup .menuPopupTopCenter {
  346. background: url(images/hborder.png) 0px -12px repeat-x;
  347. }
  348. .gwt-MenuBarPopup .menuPopupBottomCenter {
  349. background: url(images/hborder.png) 0px -13px repeat-x;
  350. -background: url(images/hborder_ie6.png) 0px -13px repeat-x;
  351. }
  352. .gwt-MenuBarPopup .menuPopupMiddleLeft {
  353. background: url(images/vborder.png) -12px 0px repeat-y;
  354. -background: url(images/vborder_ie6.png) -12px 0px repeat-y;
  355. }
  356. .gwt-MenuBarPopup .menuPopupMiddleRight {
  357. background: url(images/vborder.png) -13px 0px repeat-y;
  358. -background: url(images/vborder_ie6.png) -13px 0px repeat-y;
  359. }
  360. .gwt-MenuBarPopup .menuPopupTopLeftInner {
  361. width: 5px;
  362. height: 5px;
  363. zoom: 1;
  364. }
  365. .gwt-MenuBarPopup .menuPopupTopRightInner {
  366. width: 8px;
  367. height: 5px;
  368. zoom: 1;
  369. }
  370. .gwt-MenuBarPopup .menuPopupBottomLeftInner {
  371. width: 5px;
  372. height: 8px;
  373. zoom: 1;
  374. }
  375. .gwt-MenuBarPopup .menuPopupBottomRightInner {
  376. width: 8px;
  377. height: 8px;
  378. zoom: 1;
  379. }
  380. .gwt-MenuBarPopup .menuPopupTopLeft {
  381. background: url(images/corner.png) no-repeat 0px -36px;
  382. -background: url(images/corner_ie6.png) no-repeat 0px -36px;
  383. }
  384. .gwt-MenuBarPopup .menuPopupTopRight {
  385. background: url(images/corner.png) no-repeat -5px -36px;
  386. -background: url(images/corner_ie6.png) no-repeat -5px -36px;
  387. }
  388. .gwt-MenuBarPopup .menuPopupBottomLeft {
  389. background: url(images/corner.png) no-repeat 0px -41px;
  390. -background: url(images/corner_ie6.png) no-repeat 0px -41px;
  391. }
  392. .gwt-MenuBarPopup .menuPopupBottomRight {
  393. background: url(images/corner.png) no-repeat -5px -41px;
  394. -background: url(images/corner_ie6.png) no-repeat -5px -41px;
  395. }
  396. * html .gwt-MenuBarPopup .menuPopupTopLeftInner {
  397. width: 5px;
  398. height: 5px;
  399. overflow: hidden;
  400. }
  401. * html .gwt-MenuBarPopup .menuPopupTopRightInner {
  402. width: 8px;
  403. height: 5px;
  404. overflow: hidden;
  405. }
  406. * html .gwt-MenuBarPopup .menuPopupBottomLeftInner {
  407. width: 5px;
  408. height: 8px;
  409. overflow: hidden;
  410. }
  411. * html .gwt-MenuBarPopup .menuPopupBottomRightInner {
  412. width: 8px;
  413. height: 8px;
  414. overflow: hidden;
  415. }
  416. .gwt-PasswordTextBox {
  417. padding: 5px 4px;
  418. border: 1px solid #ccc;
  419. border-top: 1px solid #999;
  420. font-size: 100%;
  421. }
  422. .gwt-PasswordTextBox-readonly {
  423. color: #888;
  424. }
  425. .gwt-PopupPanel {
  426. border: 3px solid #e7e7e7;
  427. padding: 3px;
  428. background: white;
  429. }
  430. .gwt-DecoratedPopupPanel .popupContent {
  431. }
  432. .gwt-DecoratedPopupPanel .popupMiddleCenter {
  433. padding: 3px;
  434. background: #f1f1f1;
  435. }
  436. .gwt-DecoratedPopupPanel .popupTopCenter {
  437. background: url(images/hborder.png) 0px -2937px repeat-x;
  438. }
  439. .gwt-DecoratedPopupPanel .popupBottomCenter {
  440. background: url(images/hborder.png) repeat-x 0px -2938px;
  441. -background: url(images/hborder_ie6.png) repeat-x 0px -2138px;
  442. }
  443. .gwt-DecoratedPopupPanel .popupMiddleLeft {
  444. background: url(images/vborder.png) -21px 0px repeat-y;
  445. }
  446. .gwt-DecoratedPopupPanel .popupMiddleRight {
  447. background: url(images/vborder.png) repeat-y -24px 0px;
  448. -background: url(images/vborder_ie6.png) repeat-y -24px 0px;
  449. }
  450. .gwt-DecoratedPopupPanel .popupTopLeftInner {
  451. width: 6px;
  452. height: 5px;
  453. zoom: 1;
  454. }
  455. .gwt-DecoratedPopupPanel .popupTopRightInner {
  456. width: 6px;
  457. height: 5px;
  458. zoom: 1;
  459. }
  460. .gwt-DecoratedPopupPanel .popupBottomLeftInner {
  461. width: 6px;
  462. height: 6px;
  463. zoom: 1;
  464. }
  465. .gwt-DecoratedPopupPanel .popupBottomRightInner {
  466. width: 6px;
  467. height: 6px;
  468. zoom: 1;
  469. }
  470. .gwt-DecoratedPopupPanel .popupTopLeft {
  471. background: url(images/circles.png) no-repeat 0px -16px;
  472. -background: url(images/circles_ie6.png) no-repeat 0px -16px;
  473. }
  474. .gwt-DecoratedPopupPanel .popupTopRight {
  475. background: url(images/circles.png) no-repeat -6px -16px;
  476. -background: url(images/circles_ie6.png) no-repeat -6px -16px;
  477. }
  478. .gwt-DecoratedPopupPanel .popupBottomLeft {
  479. background: url(images/circles.png) no-repeat 0px -21px;
  480. -background: url(images/circles_ie6.png) no-repeat 0px -21px;
  481. }
  482. .gwt-DecoratedPopupPanel .popupBottomRight {
  483. background: url(images/circles.png) no-repeat -6px -21px;
  484. -background: url(images/circles_ie6.png) no-repeat -6px -21px;
  485. }
  486. * html .gwt-DecoratedPopupPanel .popupTopLeftInner {
  487. width: 6px;
  488. height: 5px;
  489. overflow: hidden;
  490. }
  491. * html .gwt-DecoratedPopupPanel .popupTopRightInner {
  492. width: 6px;
  493. height: 5px;
  494. overflow: hidden;
  495. }
  496. * html .gwt-DecoratedPopupPanel .popupBottomLeftInner {
  497. width: 6px;
  498. height: 6px;
  499. overflow: hidden;
  500. }
  501. * html .gwt-DecoratedPopupPanel .popupBottomRightInner {
  502. width: 6px;
  503. height: 6px;
  504. overflow: hidden;
  505. }
  506. .gwt-PopupPanelGlass {
  507. background-color: #000;
  508. opacity: 0.3;
  509. filter: alpha(opacity=30);
  510. }
  511. .gwt-PushButton-up,
  512. .gwt-PushButton-up-hovering,
  513. .gwt-PushButton-up-disabled,
  514. .gwt-PushButton-down,
  515. .gwt-PushButton-down-hovering,
  516. .gwt-PushButton-down-disabled {
  517. margin: 0;
  518. text-decoration: none;
  519. background: url("images/hborder.png") repeat-x 0px -27px;
  520. border-radius: 2px;
  521. -moz-border-radius: 2px;
  522. }
  523. .gwt-PushButton-up,
  524. .gwt-PushButton-up-hovering,
  525. .gwt-PushButton-up-disabled {
  526. padding: 3px 5px 3px 5px;
  527. }
  528. .gwt-PushButton-up {
  529. border:1px solid #bbb;
  530. border-bottom: 1px solid #a0a0a0;
  531. cursor: pointer;
  532. cursor: hand;
  533. }
  534. .gwt-PushButton-up-hovering {
  535. border: 1px solid;
  536. border-color: #939393;
  537. cursor: pointer;
  538. cursor: hand;
  539. }
  540. .gwt-PushButton-up-disabled {
  541. border: 1px solid #bbb;
  542. cursor: default;
  543. opacity: .5;
  544. filter: alpha(opacity=45);
  545. zoom: 1;
  546. }
  547. .gwt-PushButton-down,
  548. .gwt-PushButton-down-hovering,
  549. .gwt-PushButton-down-disabled {
  550. padding: 4px 6px 2px 4px;
  551. outline:none;
  552. }
  553. .gwt-PushButton-down {
  554. border: 1px inset #666;
  555. cursor: pointer;
  556. cursor: hand;
  557. }
  558. .gwt-PushButton-down-hovering {
  559. border: 1px solid #939393;
  560. border-top: 1px solid #333333;
  561. cursor: pointer;
  562. cursor: hand;
  563. }
  564. .gwt-PushButton-down-disabled {
  565. border: 1px outset #ccc;
  566. cursor: default;
  567. opacity: 0.5;
  568. filter: alpha(opacity=45);
  569. zoom: 1;
  570. }
  571. .gwt-RadioButton {
  572. }
  573. .gwt-RadioButton-disabled {
  574. color: #888;
  575. }
  576. .gwt-RichTextArea {
  577. }
  578. .hasRichTextToolbar {
  579. border: 0px;
  580. }
  581. .gwt-RichTextToolbar {
  582. background: #e3e8f3 url(images/hborder.png) repeat-x 0px -2003px;
  583. border-bottom: 1px solid #BBBBBB;
  584. padding: 3px;
  585. margin: 0px;
  586. }
  587. .gwt-RichTextToolbar .gwt-PushButton-up {
  588. padding: 0px 0px 0px 1px;
  589. margin-left: 4px;
  590. margin-bottom: 4px;
  591. border-width: 1px;
  592. }
  593. .gwt-RichTextToolbar .gwt-PushButton-up-hovering {
  594. margin-left: 4px;
  595. margin-bottom: 4px;
  596. padding: 0px 0px 0px 1px;
  597. border-width: 1px;
  598. }
  599. .gwt-RichTextToolbar .gwt-PushButton-down {
  600. margin-left: 4px;
  601. margin-bottom: 4px;
  602. padding: 0px 1px 0px 0px;
  603. border-width: 1px;
  604. }
  605. .gwt-RichTextToolbar .gwt-PushButton-down-hovering {
  606. margin-left: 4px;
  607. margin-bottom: 4px;
  608. padding: 0px 1px 0px 0px;
  609. border-width: 1px;
  610. }
  611. .gwt-RichTextToolbar .gwt-ToggleButton-up {
  612. margin-left: 4px;
  613. margin-bottom: 4px;
  614. padding: 0px 0px 0px 1px;
  615. border:1px solid #bbb;
  616. border-bottom: 1px solid #a0a0a0;
  617. }
  618. .gwt-RichTextToolbar .gwt-ToggleButton-up-hovering {
  619. margin-left: 4px;
  620. margin-bottom: 4px;
  621. padding: 0px 0px 0px 1px;
  622. border-width: 1px;
  623. }
  624. .gwt-RichTextToolbar .gwt-ToggleButton-down {
  625. margin-left: 4px;
  626. margin-bottom: 4px;
  627. padding: 0px 1px 0px 0px;
  628. border-width: 1px;
  629. }
  630. .gwt-RichTextToolbar .gwt-ToggleButton-down-hovering {
  631. margin-left: 4px;
  632. margin-bottom: 4px;
  633. padding: 0px 1px 0px 0px;
  634. border-width: 1px;
  635. }
  636. .gwt-StackPanel {
  637. border-bottom: 1px solid #bbbbbb;
  638. }
  639. .gwt-StackPanel .gwt-StackPanelItem {
  640. cursor: pointer;
  641. cursor: hand;
  642. font-weight: bold;
  643. font-size: 1.3em;
  644. padding: 3px;
  645. border: 1px solid #bbbbbb;
  646. border-bottom: 0px;
  647. background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
  648. }
  649. .gwt-StackPanel .gwt-StackPanelContent {
  650. border: 1px solid #bbbbbb;
  651. border-bottom: 0px;
  652. background: white;
  653. padding: 2px 2px 10px 5px;
  654. }
  655. .gwt-DecoratedStackPanel {
  656. border-bottom: 1px solid #bbbbbb;
  657. }
  658. .gwt-DecoratedStackPanel .gwt-StackPanelContent {
  659. border: 1px solid #bbbbbb;
  660. border-bottom: 0px;
  661. background: white;
  662. padding: 2px 5px 10px 2px;
  663. }
  664. .gwt-DecoratedStackPanel .gwt-StackPanelItem {
  665. cursor: pointer;
  666. cursor: hand;
  667. }
  668. .gwt-DecoratedStackPanel .stackItemTopLeft,
  669. .gwt-DecoratedStackPanel .stackItemTopRight {
  670. height: 6px;
  671. width: 6px;
  672. zoom: 1;
  673. }
  674. .gwt-DecoratedStackPanel .stackItemTopLeft {
  675. border-left: 1px solid #bbbbbb;
  676. background: #d3def6 url(images/corner.png) no-repeat 0px -49px;
  677. -background: #d3def6 url(images/corner_ie6.png) no-repeat 0px -49px;
  678. }
  679. .gwt-DecoratedStackPanel .stackItemTopRight {
  680. border-right: 1px solid #bbbbbb;
  681. background: #d3def6 url(images/corner.png) no-repeat -6px -49px;
  682. -background: #d3def6 url(images/corner_ie6.png) no-repeat -6px -49px;
  683. }
  684. .gwt-DecoratedStackPanel .stackItemTopLeftInner,
  685. .gwt-DecoratedStackPanel .stackItemTopRightInner {
  686. width: 1px;
  687. height: 1px;
  688. }
  689. * html .gwt-DecoratedStackPanel .stackItemTopLeftInner,
  690. * html .gwt-DecoratedStackPanel .stackItemTopRightInner {
  691. width: 6px;
  692. height: 6px;
  693. overflow: hidden;
  694. }
  695. .gwt-DecoratedStackPanel .stackItemTopCenter {
  696. background: url(images/hborder.png) 0px -21px repeat-x;
  697. }
  698. .gwt-DecoratedStackPanel .stackItemMiddleLeft {
  699. background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
  700. border-left: 1px solid #bbbbbb;
  701. }
  702. .gwt-DecoratedStackPanel .stackItemMiddleLeftInner,
  703. .gwt-DecoratedStackPanel .stackItemMiddleRightInner {
  704. width: 1px;
  705. height: 1px;
  706. }
  707. .gwt-DecoratedStackPanel .stackItemMiddleRight {
  708. background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
  709. border-right: 1px solid #bbbbbb;
  710. }
  711. .gwt-DecoratedStackPanel .stackItemMiddleCenter {
  712. font-weight: bold;
  713. font-size: 1.3em;
  714. background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
  715. }
  716. .gwt-DecoratedStackPanel .gwt-StackPanelItem-first .stackItemTopRight,
  717. .gwt-DecoratedStackPanel .gwt-StackPanelItem-first .stackItemTopLeft {
  718. border: 0px;
  719. background-color: white;
  720. }
  721. .gwt-DecoratedStackPanel .gwt-StackPanelItem-below-selected .stackItemTopLeft,
  722. .gwt-DecoratedStackPanel .gwt-StackPanelItem-below-selected .stackItemTopRight {
  723. background-color: white;
  724. }
  725. .gwt-SuggestBox {
  726. padding: 5px 4px;
  727. border: 1px solid #ccc;
  728. border-top: 1px solid #999;
  729. font-size: 100%;
  730. font-family: Arial Unicode MS, Arial, sans-serif;
  731. }
  732. .gwt-SuggestBoxPopup {
  733. }
  734. .gwt-SuggestBoxPopup .item {
  735. padding: 2px 6px;
  736. color: #000;
  737. cursor: default;
  738. font-size: 110%;
  739. }
  740. .gwt-SuggestBoxPopup .item-selected {
  741. background: #D5E2FF;
  742. }
  743. .gwt-SuggestBoxPopup .suggestPopupContent {
  744. background: white;
  745. }
  746. .gwt-SuggestBoxPopup .suggestPopupTopCenter {
  747. border-top: 1px solid #bbb;
  748. }
  749. .gwt-SuggestBoxPopup .suggestPopupBottomCenter {
  750. border-bottom: 1px solid #bbb;
  751. }
  752. .gwt-SuggestBoxPopup .suggestPopupTopCenterInner,
  753. .gwt-SuggestBoxPopup .suggestPopupBottomCenterInner {
  754. height: 1px;
  755. line-height: 1px;
  756. }
  757. .gwt-SuggestBoxPopup .suggestPopupMiddleLeft {
  758. border-left: 1px solid #bbb;
  759. }
  760. .gwt-SuggestBoxPopup .suggestPopupMiddleRight {
  761. border-right: 1px solid #bbb;
  762. }
  763. .gwt-SuggestBoxPopup .suggestPopupMiddleLeftInner,
  764. .gwt-SuggestBoxPopup .suggestPopupMiddleRightInner {
  765. width: 1px;
  766. line-height: 1px;
  767. }
  768. .gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
  769. width: 0px;
  770. height: 0px;
  771. zoom: 1;
  772. }
  773. .gwt-SuggestBoxPopup .suggestPopupTopRightInner {
  774. width: 0px;
  775. height: 0px;
  776. zoom: 1;
  777. }
  778. .gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
  779. width: 0px;
  780. height: 0px;
  781. zoom: 1;
  782. }
  783. .gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
  784. width: 0px;
  785. height: 0px;
  786. zoom: 1;
  787. }
  788. .gwt-SuggestBoxPopup .suggestPopupTopLeft {
  789. background: url(images/circles.png) no-repeat 0px -6px;
  790. -background: url(images/circles_ie6.png) no-repeat 0px -6px;
  791. width:5px;
  792. height:5px;
  793. }
  794. .gwt-SuggestBoxPopup .suggestPopupTopRight {
  795. background: url(images/circles.png) no-repeat -5px -6px;
  796. -background: url(images/circles_ie6.png) no-repeat -5px -6px;
  797. width:5px;
  798. height:5px;
  799. }
  800. .gwt-SuggestBoxPopup .suggestPopupBottomLeft {
  801. background: url(images/circles.png) no-repeat 0px -11px;
  802. -background: url(images/circles_ie6.png) no-repeat 0px -11px;
  803. width:5px;
  804. height:5px;
  805. }
  806. .gwt-SuggestBoxPopup .suggestPopupBottomRight {
  807. background: url(images/circles.png) no-repeat -5px -11px;
  808. -background: url(images/circles_ie6.png) no-repeat -5px -11px;
  809. width:5px;
  810. height:5px;
  811. }
  812. * html .gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
  813. width: 0px;
  814. height: 0px;
  815. overflow: hidden;
  816. }
  817. * html .gwt-SuggestBoxPopup .suggestPopupTopRightInner {
  818. width: 0px;
  819. height: 0px;
  820. overflow: hidden;
  821. }
  822. * html .gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
  823. width: 0px;
  824. height: 0px;
  825. overflow: hidden;
  826. }
  827. * html .gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
  828. width: 0px;
  829. height: 0px;
  830. overflow: hidden;
  831. }
  832. .gwt-TabBar {
  833. background: #ccc;
  834. padding-top: 6px;
  835. }
  836. .gwt-TabBar .gwt-TabBarFirst {
  837. width: 5px; /* first tab distance from the left */
  838. }
  839. .gwt-TabBar .gwt-TabBarRest {
  840. }
  841. .gwt-TabBar .gwt-TabBarItem {
  842. margin-right: 4px;
  843. padding: 4px 8px 4px 8px;
  844. cursor: pointer;
  845. cursor: hand;
  846. color: white;
  847. font-weight: normal;
  848. text-align: center;
  849. background: #8E8E8E;
  850. -moz-border-radius: 3px 3px 0px 0px;
  851. border-radius: 3px 3px 0px 0px;
  852. }
  853. .gwt-TabBar .gwt-TabBarItem-selected {
  854. cursor: default;
  855. background: white;
  856. color: #333;
  857. font-weight: bold;
  858. }
  859. .gwt-TabBar .gwt-TabBarItem-disabled {
  860. cursor: default;
  861. color: #999999;
  862. }
  863. .gwt-TabPanel {
  864. }
  865. .gwt-TabPanelBottom {
  866. border-color: #ccc;
  867. border-style: solid;
  868. border-width: 0px 1px 1px;
  869. overflow: hidden;
  870. padding: 6px;
  871. }
  872. .gwt-DecoratedTabBar {
  873. background: #ccc;
  874. padding-top: 6px;
  875. }
  876. .gwt-DecoratedTabBar .gwt-TabBarFirst {
  877. width: 5px; /* first tab distance from the left */
  878. }
  879. .gwt-DecoratedTabBar .gwt-TabBarRest {
  880. }
  881. .gwt-DecoratedTabBar .gwt-TabBarItem {
  882. border-collapse: collapse;
  883. margin-right: 4px;
  884. }
  885. .gwt-DecoratedTabBar .tabTopCenter {
  886. padding: 0px;
  887. background: #8E8E8E;
  888. }
  889. .gwt-DecoratedTabBar .tabTopLeft,
  890. .gwt-DecoratedTabBar .tabTopRight {
  891. padding: 0px;
  892. zoom: 1;
  893. }
  894. .gwt-DecoratedTabBar .tabTopLeftInner,
  895. .gwt-DecoratedTabBar .tabTopRightInner {
  896. width: 3px;
  897. height: 3px;
  898. }
  899. .gwt-DecoratedTabBar .tabTopLeft {
  900. background: url(images/circles.png) no-repeat 0px 0px;
  901. -background: url(images/circles_ie6.png) no-repeat 0px 0px;
  902. }
  903. .gwt-DecoratedTabBar .tabTopRight {
  904. background: url(images/circles.png) no-repeat -3px 0px;
  905. -background: url(images/circles_ie6.png) no-repeat -3px 0px;
  906. }
  907. * html .gwt-DecoratedTabBar .tabTopLeftInner,
  908. * html .gwt-DecoratedTabBar .tabTopRightInner {
  909. width: 3px;
  910. height: 3px;
  911. overflow: hidden;
  912. }
  913. .gwt-DecoratedTabBar .tabMiddleLeft,
  914. .gwt-DecoratedTabBar .tabMiddleRight {
  915. width: 3px;
  916. padding: 0px;
  917. background: #8E8E8E;
  918. }
  919. .gwt-DecoratedTabBar .tabMiddleLeftInner,
  920. .gwt-DecoratedTabBar .tabMiddleRightInner {
  921. width: 1px;
  922. height: 1px;
  923. }
  924. .gwt-DecoratedTabBar .tabMiddleCenter {
  925. padding: 0px 5px 4px 5px;
  926. cursor: pointer;
  927. cursor: hand;
  928. color: #fff;
  929. font-weight: normal;
  930. text-align: center;
  931. background: #8E8E8E;
  932. }
  933. .gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopCenter {
  934. background:#fff;
  935. }
  936. .gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopLeft {
  937. background: url(images/circles.png) no-repeat -6px 0px;
  938. -background: url(images/circles_ie6.png) no-repeat -6px 0px;
  939. }
  940. .gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopRight {
  941. background: url(images/circles.png) no-repeat -9px 0px;
  942. -background: url(images/circles_ie6.png) no-repeat -9px 0px;
  943. }
  944. .gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleLeft,
  945. .gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleRight {
  946. background: #fff;
  947. }
  948. .gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter {
  949. cursor: default;
  950. background: #fff;
  951. color:#333;
  952. font-weight:bold;
  953. }
  954. .gwt-DecoratedTabBar .gwt-TabBarItem-disabled .tabMiddleCenter {
  955. cursor: default;
  956. color: #999999;
  957. }
  958. .gwt-TextArea {
  959. padding: 4px;
  960. border: 1px solid #ccc;
  961. border-top: 1px solid #666;
  962. font-size: 100%;
  963. font-family: Arial Unicode MS, Arial, sans-serif;
  964. }
  965. .gwt-TextArea-readonly {
  966. color: #888;
  967. }
  968. .gwt-TextBox {
  969. padding: 5px 4px;
  970. border: 1px solid #ccc;
  971. border-top: 1px solid #999;
  972. font-size: small;
  973. font-family: Arial Unicode MS, Arial, sans-serif;
  974. }
  975. .gwt-TextBox-readonly {
  976. color: #888;
  977. }
  978. .gwt-ToggleButton-up,
  979. .gwt-ToggleButton-up-hovering,
  980. .gwt-ToggleButton-up-disabled,
  981. .gwt-ToggleButton-down,
  982. .gwt-ToggleButton-down-hovering,
  983. .gwt-ToggleButton-down-disabled {
  984. margin: 0;
  985. text-decoration: none;
  986. background: url("images/hborder.png") repeat-x 0px -27px;
  987. -moz-border-radius: 2px;
  988. border-radius: 2px;
  989. }
  990. .gwt-ToggleButton-up,
  991. .gwt-ToggleButton-up-hovering,
  992. .gwt-ToggleButton-up-disabled {
  993. padding: 3px 5px 3px 5px;
  994. }
  995. .gwt-ToggleButton-up {
  996. border:1px solid #bbb;
  997. border-bottom: 1px solid #a0a0a0;
  998. cursor: pointer;
  999. cursor: hand;
  1000. }
  1001. .gwt-ToggleButton-up-hovering {
  1002. border: 1px solid;
  1003. border-color: #939393;
  1004. cursor: pointer;
  1005. cursor: hand;
  1006. }
  1007. .gwt-ToggleButton-up-disabled {
  1008. border: 1px solid #bbb;
  1009. cursor: default;
  1010. opacity: .5;
  1011. zoom: 1;
  1012. filter: alpha(opacity=45);
  1013. }
  1014. .gwt-ToggleButton-down,
  1015. .gwt-ToggleButton-down-hovering,
  1016. .gwt-ToggleButton-down-disabled {
  1017. padding: 4px 6px 2px 4px;
  1018. }
  1019. .gwt-ToggleButton-down {
  1020. background-position: 0 -513px;
  1021. border: 1px inset #666;
  1022. cursor: pointer;
  1023. cursor: hand;
  1024. }
  1025. .gwt-ToggleButton-down-hovering {
  1026. background-position: 0 -513px;
  1027. border: 1px inset;
  1028. border-color: #9cf #69e #69e #7af;
  1029. cursor: pointer;
  1030. cursor: hand;
  1031. }
  1032. .gwt-ToggleButton-down-disabled {
  1033. background-position: 0 -513px;
  1034. border: 1px inset #ccc;
  1035. cursor: default;
  1036. opacity: .5;
  1037. zoom: 1;
  1038. filter: alpha(opacity=45);
  1039. }
  1040. .gwt-Tree .gwt-TreeItem {
  1041. padding: 1px 0px;
  1042. margin: 0px;
  1043. white-space: nowrap;
  1044. cursor: hand;
  1045. cursor: pointer;
  1046. zoom: 1;
  1047. }
  1048. .gwt-Tree .gwt-TreeItem-selected {
  1049. background: #ebeff9;
  1050. }
  1051. .gwt-TreeItem .gwt-RadioButton input,
  1052. .gwt-TreeItem .gwt-CheckBox input {
  1053. margin-right: 0px;
  1054. }
  1055. * html .gwt-TreeItem .gwt-RadioButton input,
  1056. * html .gwt-TreeItem .gwt-CheckBox input {
  1057. margin-right: -4px;
  1058. }
  1059. .gwt-DateBox {
  1060. padding: 5px 4px;
  1061. border: 1px solid #ccc;
  1062. border-top: 1px solid #999;
  1063. font-size: 100%;
  1064. }
  1065. .gwt-DateBox input {
  1066. width: 8em;
  1067. }
  1068. .dateBoxFormatError {
  1069. background: #ffcccc;
  1070. }
  1071. .dateBoxPopup {
  1072. }
  1073. .gwt-DatePicker {
  1074. border: 1px solid #ccc;
  1075. border-top:1px solid #999;
  1076. cursor: default;
  1077. }
  1078. .gwt-DatePicker td,
  1079. .datePickerMonthSelector td:focus {
  1080. outline: none;
  1081. }
  1082. .datePickerDays {
  1083. width: 100%;
  1084. background: white;
  1085. }
  1086. .datePickerDay,
  1087. .datePickerWeekdayLabel,
  1088. .datePickerWeekendLabel {
  1089. font-size: 85%;
  1090. text-align: center;
  1091. padding: 4px;
  1092. outline: none;
  1093. font-weight:bold;
  1094. color:#333;
  1095. border-right: 1px solid #EDEDED;
  1096. border-bottom: 1px solid #EDEDED;
  1097. }
  1098. .datePickerWeekdayLabel,
  1099. .datePickerWeekendLabel {
  1100. background: #fff;
  1101. padding: 0px 4px 2px;
  1102. cursor: default;
  1103. color:#666;
  1104. font-size:70%;
  1105. font-weight:normal;
  1106. }
  1107. .datePickerDay {
  1108. padding: 4px 7px;
  1109. cursor: hand;
  1110. cursor: pointer;
  1111. }
  1112. .datePickerDayIsWeekend {
  1113. background: #f7f7f7;
  1114. }
  1115. .datePickerDayIsFiller {
  1116. color: #999;
  1117. font-weight:normal;
  1118. }
  1119. .datePickerDayIsValue {
  1120. background: #d7dfe8;
  1121. }
  1122. .datePickerDayIsDisabled {
  1123. color: #AAAAAA;
  1124. font-style: italic;
  1125. }
  1126. .datePickerDayIsHighlighted {
  1127. background: #F0E68C;
  1128. }
  1129. .datePickerDayIsValueAndHighlighted {
  1130. background: #d7dfe8;
  1131. }
  1132. .datePickerDayIsToday {
  1133. padding: 3px;
  1134. color: #fff;
  1135. background: url(images/hborder.png) repeat-x 0px -2607px;
  1136. }
  1137. .datePickerMonthSelector {
  1138. width: 100%;
  1139. padding: 1px 0 5px 0;
  1140. background: #fff;
  1141. }
  1142. td.datePickerMonth,
  1143. td.datePickerYear {
  1144. text-align: center;
  1145. vertical-align: middle;
  1146. white-space: nowrap;
  1147. font-size: 100%;
  1148. font-weight: bold;
  1149. color: #333;
  1150. }
  1151. .datePickerPreviousButton,
  1152. .datePickerNextButton,
  1153. .datePickerPreviousYearButton,
  1154. .datePickerNextYearButton {
  1155. font-size: 120%;
  1156. line-height: 1em;
  1157. color: #3a6aad;
  1158. cursor: hand;
  1159. cursor: pointer;
  1160. font-weight: bold;
  1161. padding: 0px 4px;
  1162. outline: none;
  1163. }
  1164. .gwt-StackLayoutPanel {
  1165. border-bottom: 1px solid #bbbbbb;
  1166. }
  1167. .gwt-StackLayoutPanel .gwt-StackLayoutPanelHeader {
  1168. cursor: pointer;
  1169. cursor: hand;
  1170. font-weight: bold;
  1171. font-size: 1.3em;
  1172. padding: 3px;
  1173. border: 1px solid #bbbbbb;
  1174. border-bottom: 0px;
  1175. background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
  1176. }
  1177. .gwt-StackLayoutPanel .gwt-StackLayoutPanelHeader-hovering {
  1178. background: #d3def6;
  1179. }
  1180. .gwt-StackLayoutPanel .gwt-StackLayoutPanelContent {
  1181. border: 1px solid #bbbbbb;
  1182. border-bottom: 0px;
  1183. background: white;
  1184. padding: 2px 5px 10px 2px;
  1185. }
  1186. .gwt-TabLayoutPanel {
  1187. }
  1188. .gwt-TabLayoutPanel .gwt-TabLayoutPanelTabs {
  1189. background: #ccc;
  1190. padding-top: 6px;
  1191. padding-right: 5px;
  1192. }
  1193. .gwt-TabLayoutPanel .gwt-TabLayoutPanelContentContainer {
  1194. border-color: #ccc;
  1195. border-style: solid;
  1196. border-width: 0px 1px 1px;
  1197. }
  1198. .gwt-TabLayoutPanel .gwt-TabLayoutPanelContent {
  1199. overflow: hidden;
  1200. padding: 6px;
  1201. }
  1202. .gwt-TabLayoutPanel .gwt-TabLayoutPanelTab {
  1203. margin-right: 4px;
  1204. padding: 4px 8px 4px 8px;
  1205. cursor: pointer;
  1206. cursor: hand;
  1207. color: white;
  1208. font-weight: normal;
  1209. text-align: center;
  1210. background: #8E8E8E;
  1211. -moz-border-radius: 3px 3px 0px 0px;
  1212. border-radius: 3px 3px 0px 0px;
  1213. }
  1214. .gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected {
  1215. cursor: default;
  1216. background: white;
  1217. color: #333;
  1218. font-weight: bold;
  1219. }
  1220. .gwt-SplitLayoutPanel-HDragger {
  1221. background: #e7e7e7 url(images/thumb_vertical.png) center center no-repeat;
  1222. cursor: col-resize;
  1223. }
  1224. .gwt-SplitLayoutPanel-VDragger {
  1225. background: #e7e7e7 url(images/thumb_horz.png) center center no-repeat;
  1226. cursor: row-resize;
  1227. }