source: Dev/branches/rest-dojo-ui/client/rft/css/general.css @ 355

Last change on this file since 355 was 339, checked in by tjcschipper, 13 years ago
  • Switched away from using custom themes, this allows us to use the default Claro theme off of a CDN, then override the needed properties using our own, much smaller stylesheets. Retains graceful degradation of dijit style.
  • Made rftLineWithActions also work outside of the context of an rftSelector.css
  • Fixed some general layout issues
  • Redid the tabs styling
File size: 230 bytes
Line 
1/* General.css contains general fixes that are not strongly related to any other stylesheets.
2They are typically small fixes or tweaks to adjust spacing and/or borders/colours */
3
4.claro .dijitTabPaneWrapper {
5    border: none;
6}
Note: See TracBrowser for help on using the repository browser.