clean.css 29 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267
  1. /**
  2. * The file contains styles for GWT widgets in the Clean theme.
  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: ltr;
  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 {
  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 8px 4px 4px;
  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-left: 3px solid #e7e7e7;
  243. padding: 4px 0px 4px 8px;
  244. margin-left: 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-left: 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-left: 0px;
  318. background: white;
  319. }
  320. .gwt-MenuBar-vertical table {
  321. border-collapse: collapse;
  322. }
  323. .gwt-MenuBar-vertical .gwt-MenuItem {
  324. padding: 2px 40px 2px 1px;
  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-right: 4px;
  338. }
  339. .gwt-MenuBar-vertical .subMenuIcon-selected {
  340. background: #E3E8F3;
  341. }
  342. .gwt-MenuBarPopup {
  343. margin: 0px 0px 0px 3px;
  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 4px 2px 6px;
  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 1px 0px 0px;
  589. margin-right: 4px;
  590. margin-bottom: 4px;
  591. border-width: 1px;
  592. }
  593. .gwt-RichTextToolbar .gwt-PushButton-up-hovering {
  594. margin-right: 4px;
  595. margin-bottom: 4px;
  596. padding: 0px 1px 0px 0px;
  597. border-width: 1px;
  598. }
  599. .gwt-RichTextToolbar .gwt-PushButton-down {
  600. margin-right: 4px;
  601. margin-bottom: 4px;
  602. padding: 0px 0px 0px 1px;
  603. border-width: 1px;
  604. }
  605. .gwt-RichTextToolbar .gwt-PushButton-down-hovering {
  606. margin-right: 4px;
  607. margin-bottom: 4px;
  608. padding: 0px 0px 0px 1px;
  609. border-width: 1px;
  610. }
  611. .gwt-RichTextToolbar .gwt-ToggleButton-up {
  612. margin-right: 4px;
  613. margin-bottom: 4px;
  614. padding: 0px 1px 0px 0px;
  615. border:1px solid #bbb;
  616. border-bottom: 1px solid #a0a0a0;
  617. }
  618. .gwt-RichTextToolbar .gwt-ToggleButton-up-hovering {
  619. margin-right: 4px;
  620. margin-bottom: 4px;
  621. padding: 0px 1px 0px 0px;
  622. border-width: 1px;
  623. }
  624. .gwt-RichTextToolbar .gwt-ToggleButton-down {
  625. margin-right: 4px;
  626. margin-bottom: 4px;
  627. padding: 0px 0px 0px 1px;
  628. border-width: 1px;
  629. }
  630. .gwt-RichTextToolbar .gwt-ToggleButton-down-hovering {
  631. margin-right: 4px;
  632. margin-bottom: 4px;
  633. padding: 0px 0px 0px 1px;
  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 2px 10px 5px;
  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-left: 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-left: 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 4px 2px 6px;
  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. }
  1047. .gwt-Tree .gwt-TreeItem-selected {
  1048. background: #ebeff9;
  1049. }
  1050. .gwt-TreeItem .gwt-RadioButton input,
  1051. .gwt-TreeItem .gwt-CheckBox input {
  1052. margin-left: 0px;
  1053. }
  1054. * html .gwt-TreeItem .gwt-RadioButton input,
  1055. * html .gwt-TreeItem .gwt-CheckBox input {
  1056. margin-left: -4px;
  1057. }
  1058. .gwt-DateBox {
  1059. padding: 5px 4px;
  1060. border: 1px solid #ccc;
  1061. border-top: 1px solid #999;
  1062. font-size: 100%;
  1063. }
  1064. .gwt-DateBox input {
  1065. width: 8em;
  1066. }
  1067. .dateBoxFormatError {
  1068. background: #ffcccc;
  1069. }
  1070. .dateBoxPopup {
  1071. }
  1072. .gwt-DatePicker {
  1073. border: 1px solid #ccc;
  1074. border-top:1px solid #999;
  1075. cursor: default;
  1076. }
  1077. .gwt-DatePicker td,
  1078. .datePickerMonthSelector td:focus {
  1079. outline: none;
  1080. }
  1081. .datePickerDays {
  1082. width: 100%;
  1083. background: white;
  1084. }
  1085. .datePickerDay,
  1086. .datePickerWeekdayLabel,
  1087. .datePickerWeekendLabel {
  1088. font-size: 85%;
  1089. text-align: center;
  1090. padding: 4px;
  1091. outline: none;
  1092. font-weight:bold;
  1093. color:#333;
  1094. border-right: 1px solid #EDEDED;
  1095. border-bottom: 1px solid #EDEDED;
  1096. }
  1097. .datePickerWeekdayLabel,
  1098. .datePickerWeekendLabel {
  1099. background: #fff;
  1100. padding: 0px 4px 2px;
  1101. cursor: default;
  1102. color:#666;
  1103. font-size:70%;
  1104. font-weight:normal;
  1105. }
  1106. .datePickerDay {
  1107. padding: 4px 7px;
  1108. cursor: hand;
  1109. cursor: pointer;
  1110. }
  1111. .datePickerDayIsWeekend {
  1112. background: #f7f7f7;
  1113. }
  1114. .datePickerDayIsFiller {
  1115. color: #999;
  1116. font-weight:normal;
  1117. }
  1118. .datePickerDayIsValue {
  1119. background: #d7dfe8;
  1120. }
  1121. .datePickerDayIsDisabled {
  1122. color: #AAAAAA;
  1123. font-style: italic;
  1124. }
  1125. .datePickerDayIsHighlighted {
  1126. background: #F0E68C;
  1127. }
  1128. .datePickerDayIsValueAndHighlighted {
  1129. background: #d7dfe8;
  1130. }
  1131. .datePickerDayIsToday {
  1132. padding: 3px;
  1133. color: #fff;
  1134. background: url(images/hborder.png) repeat-x 0px -2607px;
  1135. }
  1136. .datePickerMonthSelector {
  1137. width: 100%;
  1138. padding: 1px 0 5px 0;
  1139. background: #fff;
  1140. }
  1141. td.datePickerMonth,
  1142. td.datePickerYear {
  1143. text-align: center;
  1144. vertical-align: middle;
  1145. white-space: nowrap;
  1146. font-size: 100%;
  1147. font-weight: bold;
  1148. color: #333;
  1149. }
  1150. .datePickerPreviousButton,
  1151. .datePickerNextButton,
  1152. .datePickerPreviousYearButton,
  1153. .datePickerNextYearButton {
  1154. font-size: 120%;
  1155. line-height: 1em;
  1156. color: #3a6aad;
  1157. cursor: hand;
  1158. cursor: pointer;
  1159. font-weight: bold;
  1160. padding: 0px 4px;
  1161. outline: none;
  1162. }
  1163. .gwt-StackLayoutPanel {
  1164. border-bottom: 1px solid #bbbbbb;
  1165. }
  1166. .gwt-StackLayoutPanel .gwt-StackLayoutPanelHeader {
  1167. cursor: pointer;
  1168. cursor: hand;
  1169. font-weight: bold;
  1170. font-size: 1.3em;
  1171. padding: 3px;
  1172. border: 1px solid #bbbbbb;
  1173. border-bottom: 0px;
  1174. background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
  1175. }
  1176. .gwt-StackLayoutPanel .gwt-StackLayoutPanelHeader-hovering {
  1177. background: #d3def6;
  1178. }
  1179. .gwt-StackLayoutPanel .gwt-StackLayoutPanelContent {
  1180. border: 1px solid #bbbbbb;
  1181. border-bottom: 0px;
  1182. background: white;
  1183. padding: 2px 2px 10px 5px;
  1184. }
  1185. .gwt-TabLayoutPanel {
  1186. }
  1187. .gwt-TabLayoutPanel .gwt-TabLayoutPanelTabs {
  1188. background: #ccc;
  1189. padding-top: 6px;
  1190. padding-left: 5px;
  1191. }
  1192. .gwt-TabLayoutPanel .gwt-TabLayoutPanelContentContainer {
  1193. border-color: #ccc;
  1194. border-style: solid;
  1195. border-width: 0px 1px 1px;
  1196. }
  1197. .gwt-TabLayoutPanel .gwt-TabLayoutPanelContent {
  1198. overflow: hidden;
  1199. padding: 6px;
  1200. }
  1201. .gwt-TabLayoutPanel .gwt-TabLayoutPanelTab {
  1202. margin-left: 4px;
  1203. padding: 4px 8px 4px 8px;
  1204. cursor: pointer;
  1205. cursor: hand;
  1206. color: white;
  1207. font-weight: normal;
  1208. text-align: center;
  1209. background: #8E8E8E;
  1210. -moz-border-radius: 3px 3px 0px 0px;
  1211. border-radius: 3px 3px 0px 0px;
  1212. }
  1213. .gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected {
  1214. cursor: default;
  1215. background: white;
  1216. color: #333;
  1217. font-weight: bold;
  1218. }
  1219. .gwt-SplitLayoutPanel-HDragger {
  1220. background: #e7e7e7 url(images/thumb_vertical.png) center center no-repeat;
  1221. cursor: col-resize;
  1222. }
  1223. .gwt-SplitLayoutPanel-VDragger {
  1224. background: #e7e7e7 url(images/thumb_horz.png) center center no-repeat;
  1225. cursor: row-resize;
  1226. }