tel8618217223380 / restylegc

Automatically exported from code.google.com/p/restylegc
0 stars 0 forks source link

Extra spacing even with latest Google CSS #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Try to load any restylegc installation with the latest Google CSS and latest 
restylegc release

What is the expected output? What do you see instead?
Week/Month/Agenda tabs are too tall and there is too much space above days of 
the week. Bottom of calendar is cut off.

What version of the product are you using? On what operating system?
1.1.0 with the latest Google CSS. Hosted on Linux servers with Apache.

Please provide any additional information below.
Also a problem with the demo calendar on the restylegc website.

Original issue reported on code.google.com by goplaych...@gmail.com on 9 Apr 2011 at 10:51

GoogleCodeExporter commented 9 years ago
I had the same problem but was able to fix it by adding the following CSS rule 
on restylegc.css right below the ".view-cap, .view-container-border" selector:

.view-cap, .view-container-border {
    background-color:#fad163;
}

/* this is the new rule */
.view-cap {
    height:0;
}

Original comment by haniel.p...@gmail.com on 17 Apr 2011 at 2:47

GoogleCodeExporter commented 9 years ago

Original comment by brian.gi...@gmail.com on 4 Jun 2011 at 6:05