diff options
author | Scott González <scott.gonzalez@gmail.com> | 2009-04-18 19:09:41 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2009-04-18 19:09:41 +0000 |
commit | 6061587bdd2fd7046797510ddc4cabe926bc61c4 (patch) | |
tree | b84c12906de1f662484df6bb5bab32b23df6f5e2 /demos/dialog | |
parent | 1b31f1aee8ef144cea2a9727569fa5efcc9aa1e5 (diff) | |
download | jquery-ui-6061587bdd2fd7046797510ddc4cabe926bc61c4.tar.gz jquery-ui-6061587bdd2fd7046797510ddc4cabe926bc61c4.zip |
Dialog demo: Removed misplaced !important.
Diffstat (limited to 'demos/dialog')
-rw-r--r-- | demos/dialog/modal-form.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/dialog/modal-form.html b/demos/dialog/modal-form.html index 68a3648fb..0cd3cc9ef 100644 --- a/demos/dialog/modal-form.html +++ b/demos/dialog/modal-form.html @@ -18,11 +18,11 @@ input.text { margin-bottom:12px; width:95%; padding: .4em; } fieldset { padding:0; border:0; margin-top:25px; } h1 { font-size: 1.2em; margin: .6em 0; } - div#users-contain { width: 350px; margin: 20px 0; } + div#users-contain { width: 350px; margin: 20px 0; } div#users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; } div#users-contain table td, div#users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; } - .ui-button { outline: 0; margin:0; padding: .4em 1em .5em; text-decoration:none; !important; cursor:pointer; position: relative; text-align: center; } - .ui-dialog .ui-state-highlight, .ui-dialog .ui-state-error { padding: .3em; } + .ui-button { outline: 0; margin: 0; padding: .4em 1em .5em; text-decoration: none; cursor: pointer; position: relative; text-align: center; } + .ui-dialog .ui-state-highlight, .ui-dialog .ui-state-error { padding: .3em; } </style> |