removed a whole passel of files that do not need to be tracked in the repository
[kcls-web.git] / css / skin / default / register.css
diff --git a/css/skin/default/register.css b/css/skin/default/register.css
deleted file mode 100644 (file)
index 2aa2e14..0000000
+++ /dev/null
@@ -1,83 +0,0 @@
-@import url("register_custom.css");
-
-/* XXX Move me into the CSS tree XXX */
-
-#uedit-tbody tr td {
-    padding: 5px;
-    text-align: left;
-}
-
-
-#uedit-save-div {
-    position: fixed;
-    top:40px;
-    right:30px;
-    width:300px;
-    border:2px solid #d9e8f9;
-    -moz-border-radius: 10px;
-    font-weight: bold;
-    padding: 12px;
-    text-align:center;
-    vertical-align:middle;
-}
-
-#uedit-help-div {
-    position: fixed;
-    top:124px;
-    right:30px;
-    width:300px;
-    border:2px dashed #d9e8f9;
-    -moz-border-radius: 10px;
-    font-weight: bold;
-    padding: 20px;
-}
-
-#uedit-dupe-div {
-    position: fixed;
-    top:124px;
-    right:30px;
-    width:300px;
-    border:2px dashed #d9e8f9;
-    -moz-border-radius: 10px;
-    font-weight: bold;
-    padding: 20px;
-}
-
-.uedit-help {
-    width: 25px;
-    border:1px solid #e0e0e0;
-    text-align:center;
-    vertical-align:middle;
-}
-.divider td {
-    min-height:10px;
-    background-color: #e0e0e0;
-}
-
-.divider span { padding: 0px 5px 0px 5px; }
-
-.newaddr-row td {
-    text-align: right;
-    border-top:1px dashed #d9e8f9;
-}
-.newaddr-row td:last-child {
-    border-right:1px dashed #d9e8f9;
-}
-
-.pending-addr-row td { border:1px solid #aaa; }
-
-.uedit-addr-del-button {margin-left: 10px; color:red;}
-
-.dijitTextBoxFocused, .dijitFocused { border:1px dashed #3e3e3e; color: #303030; font-weight:bold;}
-
-.hide-non-required tr:not([required]) {
-    visibility:hidden;
-    display:none;
-}
-
-#require-toggle {
-    margin-top:10px;
-    margin-bottom:-5px;
-}
-
-