diff options
author | Georg Ehrke <georg.stefan.germany@googlemail.com> | 2011-08-12 14:29:45 +0200 |
---|---|---|
committer | Georg Ehrke <georg.stefan.germany@googlemail.com> | 2011-08-12 14:29:45 +0200 |
commit | 4ae5c4bc3379967e27e09a6b1150ead3a77758ac (patch) | |
tree | 9cb01a2d5efcf0b83806e50a6d377ea4a43c6c19 /apps/calendar/css | |
parent | 414e5e174d68487420f7d0da28726f26cdac3a96 (diff) | |
download | nextcloud-server-4ae5c4bc3379967e27e09a6b1150ead3a77758ac.tar.gz nextcloud-server-4ae5c4bc3379967e27e09a6b1150ead3a77758ac.zip |
bug fixes, style fixes
Diffstat (limited to 'apps/calendar/css')
-rwxr-xr-x | apps/calendar/css/style.css | 188 |
1 files changed, 36 insertions, 152 deletions
diff --git a/apps/calendar/css/style.css b/apps/calendar/css/style.css index f74c47eb396..d6190637832 100755 --- a/apps/calendar/css/style.css +++ b/apps/calendar/css/style.css @@ -6,7 +6,7 @@ * email: ownclouddev at georgswebsite dot de * * homepage: ownclouddev.georgswebsite.de * * manual: ownclouddev.georgswebsite.de/manual * - * License: GNU General Public License (GPL) * + * License: GNU AFFERO GENERAL PUBLIC LICENSE * * * * <http://www.gnu.org/licenses/> * * If you are not able to view the License, * @@ -16,156 +16,40 @@ * Address: * * 59 Temple Place, Suite 330, Boston, * * MA 02111-1307 USA * - ************************************************** - * list of IDs * - * calendar_container - contains all calendar * - * choosecalendar - choose Calender holder * - * choosecalendar_dialog - Dialog to choose cal. * - * newentry_dialog - Dialog for creating an event * - * editentry_dialog - Dialog for editing an event * - * view - container for view chooser * - * datecontrol - Date in the top middle * - * datecontrol_label - label for datecontrol * - * onedayview - view for one day * - * oneweekview - view for one week * - * fourweeksview - view for four weeks * - * onemonthview - view for one month * - * list of classes * - * actions - owncloud native class * - * center - centering an element * - * control - owncloud native class * - * dateinfo - date in four weeks and month view * - * calender_row - normal calender row * - * calender_time - calender row for time * - * fourweeksview_item - item in fourweeksview * - * onemonthview_item - item in onemonthview * *************************************************/ -#calendar_container { - position: absolute; - top: 150px; - bottom: 10px; - left: 230px; - right: 100px; -} -#choosecalendar { - margin-right: 10px; - float: right; -} -#choosecalendar_dialog { - display: none; -} -#newentry_dialog { - display: none; -} -#editentry_dialog { - display: none; -} -#parsingfail_dialog{ - display: none; -} -#view { - margin-left: 10px; - float: left; -} -#datecontrol { - text-align: center; -} -#datecontrol_date_label { - margin: 0; - padding: 0; -} -#onedayview, #oneweekview, #fourweeksview, #onemonthview, #listview { - display: none; -} -#onedayview table { - margin: 0; - padding: 0; - width: 100%; -} -#oneweekview table { - margin: 0; - padding: 0; - width: 100%; -} -#fourweeksview table { - margin: 0; - padding: 0; - width: 100%; -} -#onemonthview table { - margin: 0; - padding: 0; - width: 100%; -} -#fourweeksview_calw1, #fourweeksview_calw2, #fourweeksview_calw3, #fourweeksview_calw4{ - vertical-align: middle; - text-align: center; - width: 50px; -} -#devbox { - position: absolute; - top: 0; - left: 300px; - right: 300px; - text-align: center; - height: 50px; -} -.actions { - height: 33px; - min-width: 800px; -} -.controls { - min-width: 800px; -} -.center { - text-align: center; -} -.dateinfo { - height: 15px; - width: 100%; - overflow: hidden; - margin: 0; - padding: 0; - font-size: 12px; -} -.events { - height: 65px; - width: 100%; - margin: 0; - padding: 0; -} -.calendar_row { - height: 20px; - text-align: center; -} -.calendar_time { - height: 20px; - width: 50px; - text-align:right; -} -.fourweeksview_item { - text-align: center; - height: 80px; -} -.onemonthview_item { - text-align: center; - height: 80px; - margin: 0; - padding: 0; - vertical-align: top; -} -.weekend{ - text-align: center; - height: 80px; - margin: 0; - padding: 0; - vertical-align: top; - background: #F3F3F3; -} +#calendar_holder{position: absolute; top: 80px; bottom: 0px; left: 160px; right: 0px;} -.weekend_thead, .weekend_row{ - height: 20px; - text-align: center; - text-align: center; - background: #F3F3F3; -}
\ No newline at end of file +#view {margin-left: 10px; float: left; font-size: 12px;} +#datecontrol {text-align: center;} +#datecontrol_left{font-size: 12px;} +#datecontrol_right{font-size: 12px;} +#datecontrol_date_label {margin: 0; padding: 0; font-size: 12px;} +#choosecalendar {margin-right: 170px; float: right; font-size: 12px;} + +#choosecalendar_dialog {display: none;} +#newentry_dialog {display: none;} +#editentry_dialog {display: none;} +#parsingfail_dialog{display: none;} + +#view {margin-left: 10px; float: left; font-size: 12px;} +#onedayview, #oneweekview, #fourweeksview, #onemonthview, #listview {display: none;} +#onedayview table {margin: 0; padding: 0; width: 100%; border-spacing:1px; background: #EEEEEE;} +#oneweekview table {margin: 0; padding: 0; width: 100%; border-spacing:1px; background: #EEEEEE;} +#fourweeksview table {margin: 0; padding: 0; width: 100%; border-spacing:1px; background: #EEEEEE;} +#onemonthview table {margin: 0; padding: 0; width: 100%; border-spacing:1px; background: #EEEEEE;} +#fourweeksview_calw1, #fourweeksview_calw2, #fourweeksview_calw3, #fourweeksview_calw4{vertical-align: middle;text-align: center;width: 50px;} + +#sysbox{display: none;} + +.actions {height: 33px; min-width: 800px;} +.controls {min-width: 800px;} +.center {text-align: center;} +.dateinfo {height: 15px; width: 100%; overflow: hidden; margin: 0; padding: 0; font-size: 12px;} +.events {height: 65px; width: 100%; margin: 0; padding: 0;} +.calendar_row {height: 20px; text-align: center;background: #ffffff;} +.calendar_time {height: 20px; width: 50px; text-align:right;background: #ffffff;} +.fourweeksview_item {text-align: center; height: 80px; background: #ffffff;} +.onemonthview_item {text-align: center; height: 80px; margin: 0; padding: 0; vertical-align: top; background: #ffffff;} +.weekend{text-align: center;height: 80px;margin: 0; padding: 0; vertical-align: top;background: #F3F3F3;} +.weekend_thead, .weekend_row{height: 20px;text-align: center;text-align: center;background: #F3F3F3;} +.thisday{background: #FFFABC;}
\ No newline at end of file |