Changeset 1166
- Timestamp:
- 12/17/06 02:58:54
- Files:
-
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/blue.css (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/green.css (modified) (3 diffs)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/red.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/blue.css
r1165 r1166 994 994 /* dojo widget overrides */ 995 995 html .dojoFloatingPane { 996 width: 400px;996 width: 370px; 997 997 height: 200px; 998 998 text-align: left; trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/green.css
r1165 r1166 999 999 /* dojo widget overrides */ 1000 1000 html .dojoFloatingPane { 1001 width: 400px;1001 width: 370px; 1002 1002 height: 200px; 1003 1003 text-align: left; … … 1005 1005 html .dojoFloatingPaneTitleBar { 1006 1006 color: white; 1007 background -color: #326432;1007 background: #326432 url(../../images/curDateRangeGreen.gif) repeat-x bottom; 1008 1008 } 1009 1009 html .dojoFloatingPaneTitleText { … … 1020 1020 right: 1em; 1021 1021 } 1022 html .dojoFloatingPaneClient #exportDateRange, 1022 html .dojoFloatingPaneClient #exportDateRange { 1023 margin: 1em 0; 1024 text-align: center; 1025 } 1023 1026 html .dojoFloatingPaneClient #bwCalendarExportWidgetCalName { 1024 margin: 1em 0; 1025 text-align: center; 1026 } 1027 padding-left: 1em; 1028 } trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/red.css
r1165 r1166 1004 1004 /* dojo widget overrides */ 1005 1005 html .dojoFloatingPane { 1006 width: 400px;1006 width: 370px; 1007 1007 height: 200px; 1008 1008 text-align: left; … … 1010 1010 html .dojoFloatingPaneTitleBar { 1011 1011 color: white; 1012 background -color: #7E0000;1012 background: #7E0000 url(../../images/curDateRangeRed.gif) repeat-x bottom; 1013 1013 } 1014 1014 html .dojoFloatingPaneTitleText { … … 1025 1025 right: 1em; 1026 1026 } 1027 html .dojoFloatingPaneClient #exportDateRange, 1027 html .dojoFloatingPaneClient #exportDateRange { 1028 margin: 1em 0; 1029 text-align: center; 1030 } 1028 1031 html .dojoFloatingPaneClient #bwCalendarExportWidgetCalName { 1029 margin: 1em 0; 1030 text-align: center; 1031 } 1032 padding-left: 1em; 1033 }
