1. Adding license text.

This commit is contained in:
cdtank 2011-01-08 00:21:05 +00:00
parent 4d69f9574b
commit 03269fce33
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
.ui-notify { width:350px; position:fixed; top:10px; right:10px; } .ui-notify { width:350px; position:fixed; top:10px; right:10px; }
.ui-notify-message { padding:10px; margin-bottom:15px; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px } .ui-notify-message { padding:10px; margin-bottom:15px; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px }
.ui-notify-message h1 { font-size:14px; margin:0; padding:0 } .ui-notify-message h1 { font-size:14px; margin:0; padding:0 }

View file

@ -1,3 +1,4 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
.disabled-checkbox-event-receiver { .disabled-checkbox-event-receiver {
background-color: white; background-color: white;
} }