Skip to content

Commit

Permalink
Fixed Styling for Calendar, jqueryui theme Redmond added (just Calend…
Browse files Browse the repository at this point in the history
…ar related theme files for now)
  • Loading branch information
tyrantkhan committed Oct 30, 2012
1 parent 74150c1 commit 9336aa8
Show file tree
Hide file tree
Showing 19 changed files with 350 additions and 165 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
164 changes: 0 additions & 164 deletions app/assets/stylesheets/application/controls/datetime.scss.erb

This file was deleted.

325 changes: 325 additions & 0 deletions app/assets/stylesheets/application/controls/jquery-ui.redmond.scss.erb

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion app/assets/stylesheets/application/index-manifest.scss
Expand Up @@ -5,9 +5,10 @@
@import "controls/sprites";
@import "controls/buttons";
@import "controls/button-groups";
@import "controls/datetime";
@import "controls/jquery.timepicker";
@import "controls/sliders";
@import "controls/jquery.qtip";
@import "controls/jquery-ui.redmond";

@import "layout/scaffolding";
@import "layout/type";
Expand All @@ -19,6 +20,7 @@
@import "layout/topmenu";
@import "layout/alerts-badges";
@import "layout/screenmodel";
@import "layout/datetime";

@import "layout/responsive-utilities";
@import "layout/responsive-767px-max";
Expand Down
22 changes: 22 additions & 0 deletions app/assets/stylesheets/application/layout/datetime.scss.erb
@@ -0,0 +1,22 @@
/*
* CSS to control the layout of date & time fields
*/

.timefield {
width: 100px !important;
}

/* the input field */
.datefield, .timefield {
border:1px solid #ccc;
font-size:18px;
padding:4px;
text-align:center;
width:194px;

-moz-box-shadow:0 0 10px #eee inset;
-webkit-box-shadow:0 0 10px #eee inset;
}

// change width of jquery-ui datepicker calendar widget
.ui-datepicker { width: 194px !important}

0 comments on commit 9336aa8

Please sign in to comment.