Commit a8918ed9 authored by Aram Boyajyan's avatar Aram Boyajyan
Browse files

formatting and comments in jquery.ui.theme.css

parent 96478bca
Loading
Loading
Loading
Loading
+59 −43
Original line number Diff line number Diff line
/**
 * @file
 * Seven styles for jQuery UI.
 * Rubik styles for jQuery UI.
 *
 * Cloned from the core Seven theme.
 * Overrides /misc/ui/ui.theme.css.
 */

/**

/*******************************************************************************
 * Component containers
 */
 ******************************************************************************/
.ui-widget {
  background: #fff;
}
.ui-widget-content {
  border: solid 1px #ccc;
}
/* Component containers end */

/**
/*******************************************************************************
 * Interaction states
 */
 ******************************************************************************/
.ui-state-default,
.ui-state-hover,
.ui-state-focus,
@@ -26,10 +30,11 @@
.ui-state-active {
  font-weight: bold;
}
/* Interaction states end */

/**
/*******************************************************************************
 * Interaction cues
 */
 ******************************************************************************/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  color: #840;
@@ -52,11 +57,12 @@
  opacity: .7;
  filter: Alpha(Opacity=70);
}
/* Interaction cues end */

/**
/*******************************************************************************
 * Icons
 */
/* states and images */
 ******************************************************************************/
/* States and images. */
.ui-icon {
  display: block;
  text-indent: -99999px;
@@ -88,8 +94,7 @@
.ui-widget p .ui-icon {
  margin: 2px 3px 0 0;
}

/* positioning */
/* Positioning. */
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
@@ -263,10 +268,11 @@
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
.ui-icon-carat-1-n { background-position: 0 0; }
/* Icons end */

/**
/*******************************************************************************
 * Accordion
 */
 ******************************************************************************/
.ui-accordion {
  border: none;
}
@@ -291,10 +297,11 @@
  border: solid 1px #ccc;
  border-top: 0;
}
/* Accordion end */

/**
/*******************************************************************************
 * Tabs
 */
 ******************************************************************************/
.ui-tabs {
  padding: 0;
}
@@ -303,11 +310,11 @@
  margin: 0;
  line-height: 20px;
  border-bottom: solid 1px #ccc;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
      -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
      -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
}
.ui-tabs .ui-tabs-nav li {
@@ -318,8 +325,8 @@
.ui-tabs .ui-tabs-nav li a {
  float: none;
  padding: 0 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
@@ -327,28 +334,30 @@
  background: #666;
  font-weight: normal;
}
/* Tabs end */

/**
/*******************************************************************************
 * Overlays
 */
 ******************************************************************************/
.ui-widget-overlay {
  background: #000;
  opacity: .70;
  filter: Alpha(Opacity=70);
}
/* Overlays end */

/**
/*******************************************************************************
 * Dialogs
 */
 ******************************************************************************/
.ui-dialog {
  background: white;
  padding: 0 0 10px 0; 
  border-radius: 6px 6px 5px 5px;
  box-shadow: #111 0px 0px 10px;
  -moz-border-radius: 6px 6px 5px 5px;
  -moz-box-shadow: #111 0px 0px 10px;
  -webkit-border-radius: 6px 6px 5px 5px;
     -moz-border-radius: 6px 6px 5px 5px;
          border-radius: 6px 6px 5px 5px;
  -webkit-box-shadow: #111 0px 0px 10px;
     -moz-box-shadow: #111 0px 0px 10px;
          box-shadow: #111 0px 0px 10px;
  border: 0;
}
.ui-dialog .ui-dialog-titlebar {
@@ -363,7 +372,9 @@
  padding: 4px 17px;
  color: #5a5a5a;
  text-align: center;
  font-family: "Lucida Grande", Verdana, sans-serif;
  font-family: "Lucida Grande",
  Verdana,
  sans-serif;
  font-weight: normal;
  font-size: 1em;
  border: 1px solid #e4e4e4;
@@ -371,8 +382,8 @@
  border-left-color: #D2D2D2;
  border-right-color: #D2D2D2;
  background: url(../images/buttons.png) 0 0 repeat-x;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
}
.ui-dialog .ui-dialog-buttonpane button:active {
@@ -387,10 +398,11 @@
.overlay .ui-dialog-titlebar {
  background: transparent;
}
/* Dialogs end */

/**
/*******************************************************************************
 * Slider
 */
 ******************************************************************************/
.ui-slider {
  border: solid 1px #ccc;
}
@@ -403,8 +415,8 @@
  border-left-color: #D2D2D2;
  border-right-color: #D2D2D2;
  background: url(../images/buttons.png) 0 0 repeat-x;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.ui-slider a.ui-state-active,
@@ -413,10 +425,11 @@
  color: #fff;
  border: solid 1px #555;
}
/* Slider end */

/**
/*******************************************************************************
 * Progress Bar
 */
 ******************************************************************************/
.ui-progressbar {
  background: #e4e4e4;
  height: 1.4em;
@@ -425,14 +438,16 @@
  background: #0072b9 url(../../misc/progress.gif);
  height: 1.5em;
}
/* Progress Bar end */

/**
/*******************************************************************************
 * Date Picker
 */
 ******************************************************************************/
.ui-datepicker {
  border: none;
}
.ui-datepicker td span, .ui-datepicker td a {
.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
}
.ui-datepicker .ui-state-highlight {
@@ -449,3 +464,4 @@
  right: -50%;
  margin-bottom: 0;
}
/* Date Picker end */