[geeklog-hg] geeklog: Denim: fixed a bug the datepicker does not display corr...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Mar 9 03:58:17 EST 2013


changeset 8987:80437d297457
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/80437d297457
user: dengen
date: Sat Mar 09 17:57:00 2013 +0900
description:
Denim: fixed a bug the datepicker does not display correctly

diffstat:

 public_html/layout/denim/jquery_ui/jquery.ui.geeklog.css |  246 +++++++++-----
 1 files changed, 152 insertions(+), 94 deletions(-)

diffs (truncated from 319 to 300 lines):

diff -r f73a500d8568 -r 80437d297457 public_html/layout/denim/jquery_ui/jquery.ui.geeklog.css
--- a/public_html/layout/denim/jquery_ui/jquery.ui.geeklog.css	Fri Mar 08 09:54:57 2013 -0500
+++ b/public_html/layout/denim/jquery_ui/jquery.ui.geeklog.css	Sat Mar 09 17:57:00 2013 +0900
@@ -2,7 +2,7 @@
 
 /* Tabs
 ----------------------------------*/
-.ui-tabs { position: relative; padding: .2em; zoom: 1; margin-bottom: 0;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
+.ui-tabs { position: relative; padding: .2em; zoom: 1; margin-bottom: 10px;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
 .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
 .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
 .ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; outline-style: none; }
@@ -26,14 +26,11 @@
 }
 
 /* Selected Conf Row */
-.active-config {
-    background: #EEE;
-    border-radius: 4px 4px 4px 4px;
-}
+.active-config { background: yellow; }
 
 /* Tooltip Balloon */
 #tooltip-container {
-    border:2px solid #83B3D8;
+    border:1px solid #83B3D8;
     -moz-box-shadow:#47708F 0 2px 6px;-webkit-box-shadow:#47708F 0 2px 6px;
     background:#fff;
     position:absolute;
@@ -65,25 +62,7 @@
     padding: 4px 2px;
 }
 #tooltip-close {
-    position: absolute;
-    top: 1px;
-    right: 1px;
-    z-index: 20010;
-    display: block;
-    border:2px solid #83B3D8;
-    border-radius: 4px 4px 4px 4px;
-    background: #fff;
-    width: 25px;
-    height: 25px;
-    line-height: 25px;
-    font-weight: bold;
-    text-align: center;
-    vertical-align: middle;
-    text-decoration: none;
-}
-#tooltip-close:link,
-#tooltip-close:hover {
-  text-decoration: none;
+    display: none;
 }
 
 /* Validation */
@@ -103,7 +82,6 @@
     background: url("images/ui-icons_cd0a0a_256x240.png") 0 -144px;
 }
 .saved_message {
-    margin-top:5px;
     margin-bottom:5px;
     padding:10px 5px 8px 36px;
     background: #C6F9C9 url("../images/success.png") 10px 50% no-repeat;
@@ -125,106 +103,186 @@
 }
 
 /*
-* Customize for Geeklog New Theme
+* Customize for Geeklog Denim Theme
 *
 */
 
-/*
- * jQuery UI CSS Framework 1.8.11
- *
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Theming/API
- *
- * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=55&borderColorHeader=cccccc&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=dddddd&fcDefault=111111&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=dddddd&fcHover=555555&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=dddddd&fcActive=111111&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
- */
-
-
 /* Component containers
 ----------------------------------*/
-.ui-widget {  }
-.ui-widget .ui-widget { font-size: 1em; }
-.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-size: 1em; }
-.ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #222222; }
-.ui-widget-content a { color: #222222; }
-.ui-widget-header { border: 1px solid #cccccc; background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
-.ui-widget-header a { color: #ffffff; }
+
+.ui-widget-header {
+	border: 1px solid #cccccc;
+}
 
 /* Interaction states
 ----------------------------------*/
-.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #dddddd; background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
-.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
-.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #dddddd; background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
-.ui-state-hover a, .ui-state-hover a:hover { color: #555555; text-decoration: none; }
-.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #dddddd; background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #111111; }
-.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #111111; text-decoration: none; }
-.ui-widget :active { outline: none; }
 
-
-
-
-
-.ui-widget-content {
-  border: none;
-  background: none;
+.ui-state-default,
+.ui-widget-content .ui-state-default,
+.ui-widget-header .ui-state-default {
+	border: 1px solid #dddddd;
+	font-weight: normal;
+	color: #555555;
+}
+.ui-state-default a,
+.ui-state-default a:link,
+.ui-state-default a:visited {
+	color: #555555;
+}
+.ui-state-hover,
+.ui-widget-content .ui-state-hover,
+.ui-widget-header .ui-state-hover,
+.ui-state-focus,
+.ui-widget-content .ui-state-focus,
+.ui-widget-header .ui-state-focus {
+	border: 1px solid #dddddd;
+	font-weight: normal;
+	color: #555555;
+}
+.ui-state-hover a,
+.ui-state-hover a:hover {
+	color: #555555;
+}
+.ui-state-active,
+.ui-widget-content .ui-state-active,
+.ui-widget-header .ui-state-active {
+	border: 1px solid #dddddd;
+	font-weight: normal;
+	color: #111111;
+}
+.ui-state-active a,
+.ui-state-active a:link,
+.ui-state-active a:visited {
+	color: #111111;
 }
 
-.ui-widget-header {
-  background: none; 
-  border: none;
-  border-bottom: 1px solid #DDD;
-
-}
-.ui-corner-all {
-    border-radius: 0;
-}
-.ui-tabs .ui-tabs-panel {
-  background: none; 
-  border: none;
-  padding: 1em 0 0;
+.ui-widget :active {
+	outline: none;
 }
 
-#tabs-dropdown .ui-widget-content {
-  background: #FCFDFD;
-  border: 1px solid #A6C9E2;
-}
-#tabs-dropdown {
-  background: #FFF;
-  border: 1px solid #DDD;
+/* Tabs
+----------------------------------*/
+
+.ui-tabs {
+	margin-bottom: 0;
 }
 
-.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
-  background: #F5F5F5;
+/* Datepicker
+----------------------------------*/
+
+.ui-datepicker {
+	font-size: 1em;
 }
-.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
-  background: #F5F5F5;
+.ui-datepicker th {
+	background: none;
+	padding: .6em .3em;
 }
-.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
-  background: #FFF;
+.ui-datepicker-trigger {
+	vertical-align: middle;
 }
 
+/* Autocomplete
+----------------------------------*/
+
 .ui-autocomplete {
-  background: #FFF;
-  border: 1px solid #DDD;
+	background: #FFF;
+	border: 1px solid #DDD;
 }
 
+/* Configuration UI
+----------------------------------*/
 
+#geeklog_config_editor .ui-widget-content {
+	border: none;
+	background: none;
+}
+#geeklog_config_editor .ui-widget-header {
+	background: none;
+	border: none;
+	border-bottom: 1px solid #DDD;
+}
+#geeklog_config_editor .ui-tabs .ui-tabs-panel {
+	background: none;
+	border: none;
+	padding: 1em 0 0;
+}
+#geeklog_config_editor #tabs-dropdown .ui-widget-content {
+	background: #FCFDFD;
+	border: 1px solid #A6C9E2;
+}
+#geeklog_config_editor #tabs-dropdown {
+	background: #FFF;
+	border: 1px solid #DDD;
+}
+#geeklog_config_editor .ui-state-default, 
+#geeklog_config_editor .ui-widget-content .ui-state-default, 
+#geeklog_config_editor .ui-widget-header .ui-state-default {
+	background: #F5F5F5;
+}
+#geeklog_config_editor .ui-state-hover, 
+#geeklog_config_editor .ui-widget-content .ui-state-hover, 
+#geeklog_config_editor .ui-widget-header .ui-state-hover, 
+#geeklog_config_editor .ui-state-focus, 
+#geeklog_config_editor .ui-widget-content .ui-state-focus, 
+#geeklog_config_editor .ui-widget-header .ui-state-focus {
+	background: #F5F5F5;
+}
+#geeklog_config_editor .ui-state-active, 
+#geeklog_config_editor .ui-widget-content .ui-state-active, 
+#geeklog_config_editor .ui-widget-header .ui-state-active {
+	background: #FFF;
+}
+
+/* Selected Conf Row */
+.active-config {
+	background: #EEE;
+	border-radius: 4px 4px 4px 4px;
+}
+
+/* Tooltip Balloon */
+#tooltip-container {
+	border:2px solid #83B3D8;
+}
+#tooltip-close {
+	position: absolute;
+	top: 1px;
+	right: 1px;
+	z-index: 20010;
+	display: block;
+	border:2px solid #83B3D8;
+	border-radius: 4px 4px 4px 4px;
+	background: #fff;
+	width: 25px;
+	height: 25px;
+	line-height: 25px;
+	font-weight: bold;
+	text-align: center;
+	vertical-align: middle;
+	text-decoration: none;
+}
+#tooltip-close:link,
+#tooltip-close:hover {
+	text-decoration: none;
+}
+
+/* Validation */
+.saved_message {
+	margin-top: 5px;
+}
 
 /*
 * Support for Right-To-Left Languages



More information about the geeklog-cvs mailing list