Commented out unused(?) class that interfered with appsettings.

This commit is contained in:
Thomas Tanghus 2012-08-12 18:44:18 +02:00
parent eb516b79b6
commit 329bc28d06
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
.thisday{background: #FFFABC;}
.event {position:relative;}
.event.colored {border-bottom: 1px solid white;}
.popup {display: none; position: absolute; z-index: 1000; background: #eeeeee; color: #000000; border: 1px solid #1a1a1a; font-size: 90%;}
/*.popup {display: none; position: absolute; z-index: 1000; background: #eeeeee; color: #000000; border: 1px solid #1a1a1a; font-size: 90%;}*/
.event_popup {width: 280px; height: 40px; padding: 10px;}
input[type="button"].active {color: #6193CF}