]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blobdiff - wradmin/static/yui/button/assets/button-core.css
Remove yui.
[philipp/winterrodeln/wradmin.git] / wradmin / static / yui / button / assets / button-core.css
diff --git a/wradmin/static/yui/button/assets/button-core.css b/wradmin/static/yui/button/assets/button-core.css
deleted file mode 100644 (file)
index 535062f..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-/*
-Copyright (c) 2009, Yahoo! Inc. All rights reserved.
-Code licensed under the BSD License:
-http://developer.yahoo.net/yui/license.txt
-version: 2.7.0
-*/
-.yui-button  {
-
-    display: -moz-inline-box; /* Gecko */
-    display: inline-block; /* IE, Opera and Safari */
-    vertical-align: text-bottom;
-    
-}
-
-.yui-button .first-child {
-
-    display: block;
-    *display: inline-block; /* IE */
-
-}
-
-.yui-button button,
-.yui-button a {
-
-    display: block;
-    *display: inline-block; /* IE */
-    border: none;
-    margin: 0;
-
-}
-
-.yui-button button {
-
-    background-color: transparent;
-    *overflow: visible; /* Remove superfluous padding for IE */
-    cursor: pointer;
-
-}
-
-.yui-button a {
-
-    text-decoration: none;
-
-}
\ No newline at end of file