Skip to content

Commit

Permalink
gallery-2010.06.02-20-36 liferay gallery-aui-calendar-datepicker-select
Browse files Browse the repository at this point in the history
  • Loading branch information
YUI Builder committed Jun 2, 2010
1 parent 7a01df5 commit 46e6676
Show file tree
Hide file tree
Showing 5 changed files with 777 additions and 0 deletions.
@@ -0,0 +1,24 @@
.yui3-datepicker-content {
border: 1px solid #ddd;
padding: 3px;
}

.yui3-datepicker-display, .yui3-datepicker-select-wrapper, .yui3-field-date .yui3-datepicker-display, .yui3-field-date .yui3-datepicker-select-wrapper {
float: left;
}

.yui3-datepicker-button-wrapper .yui3-buttonitem-content {
margin: 0;
}

.yui3-datepicker-button-wrapper {
margin: 0 5px 0 2px;
}

.yui3-datepicker-select-wrapper select {
margin-left: 2px;
}

.yui3-datepicker-button-wrapper {
float: left;
}
13 changes: 13 additions & 0 deletions src/gallery-aui-calendar-datepicker-select/build.properties
@@ -0,0 +1,13 @@
# Build Properties

#srcdir=../..
#global.src.component=${srcdir}/src/gallery-aui-calendar
#global.build.component=${srcdir}/build/gallery-aui-calendar

lint.skip=true
yui.variable=A
builddir=../../../builder/componentbuild
component=gallery-aui-calendar-datepicker-select
component.jsfiles=gallery-aui-calendar-datepicker-select.js
component.requires=gallery-aui-calendar-base,gallery-aui-button-item
component.skinnable=true
7 changes: 7 additions & 0 deletions src/gallery-aui-calendar-datepicker-select/build.xml
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<project name="AlloyComponent" default="local">
<property file="build.properties" />

<import file="${builddir}/3.x/bootstrap.xml" />
</project>

0 comments on commit 46e6676

Please sign in to comment.