CSS modifications for issues CC-2039, CC-2160 and CC-2174

This commit is contained in:
lukabazuka 2011-04-13 19:23:38 +02:00
parent b034958fc5
commit 4c4e75a38f
5 changed files with 56 additions and 8 deletions

View file

@ -1,11 +1,11 @@
/*
* FullCalendar v1.5 Stylesheet
* FullCalendar v1.5.1 Stylesheet
*
* Copyright (c) 2011 Adam Shaw
* Dual licensed under the MIT and GPL licenses, located in
* MIT-LICENSE.txt and GPL-LICENSE.txt respectively.
*
* Date: Sat Mar 19 18:59:37 2011 -0700
* Date: Sat Apr 9 14:09:51 2011 -0700
*
*/
@ -245,6 +245,10 @@ html .fc,
border-color: #ddd;
}
.fc-state-disabled {
cursor: default;
}
.fc-state-disabled .fc-button-effect {
display: none;
}
@ -286,6 +290,7 @@ a.fc-event {
height: 100%;
border-style: solid;
border-width: 0;
overflow: hidden;
}
.fc-event-time,
@ -609,5 +614,33 @@ table.fc-border-separate {
.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
_overflow: hidden;
}
/*---////////////////////////////////////////// CUSTOM OVERRIDES ////////////////////////////////---*/
html .fc, .fc table {
font-size: 12px;
}
.fc table thead tr.fc-first th, .fc table thead tr.fc-first th.fc-agenda-axis {
height:26px !important;
vertical-align:middle;
}
.fc-agenda-axis input.input_select {
height:22px !important;
font-size:11px;
}
.fc-header-title h2 {
font-size: 18px;
font-weight: normal;
margin-top:2px;
}
.fc-event-vert .fc-event-time {
font-size: 11px;
}
.fc-event-time, .fc-event-title {
font-size: 11px;
padding: 0 2px;
}
/*.fc-event {
overflow:hidden;
}*/

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,014 B

View file

@ -78,6 +78,7 @@
.spl_artist {
font-size:12px;
color:#d5d5d5;
}
/*#spl_editor {
@ -108,10 +109,10 @@
}
#side_playlist h3 {
font-size:17px;
font-size:20px;
margin:9px 0 3px 0;
padding:0;
color:#1c1c1c;
color:#444444;
font-weight:normal;
clear:both;
float:left;
@ -120,7 +121,7 @@
font-size:15px;
margin:8px 0 10px 0;
padding:0;
color:#1c1c1c;
color:#6e6e6e;
font-weight:normal;
clear:both;
float:left;

View file

@ -107,7 +107,7 @@
}
.plupload_file_size, .plupload_file_status, .plupload_file_action {text-align: right;}
.plupload_filelist .plupload_file_name {width: 205px}
.plupload_filelist .plupload_file_name {width: 68%;}
.plupload_file_action {
float: right;

View file

@ -899,6 +899,7 @@ div.ui-datepicker {
}
#show_time_info {
font-size:12px;
height:30px;
}
#show_time_info > div, #show_time_info > span{
@ -1595,6 +1596,19 @@ dd.radio-inline-list, .preferences dd.radio-inline-list {
height: 120px;
}
#show_time_info {
font-size:12px;
height:30px;
}
#show_time_warning {
background:#c83f3f url(images/icon_alert_ffffff.png) no-repeat 5px 4px;
border:1px solid #9d1010;
color:#fff;
padding: 2px 5px 2px 24px;
font-size: 12px;
line-height: 140%;
}
/* HACK, to be removed after 1.7.0 */
button.ui-button.md-cancel {
padding: .4em 1em;