X-Git-Url: https://git.mdrn.pl/wl-mobile.git/blobdiff_plain/065d23f9494e1afb7f61ada08b728405b1b7a0cf..b9acd6c8b2300a76624900cd19f9e40e59ff3f7b:/assets/www/css/style.css diff --git a/assets/www/css/style.css b/assets/www/css/style.css deleted file mode 100644 index eee8406..0000000 --- a/assets/www/css/style.css +++ /dev/null @@ -1,120 +0,0 @@ -body { - padding: 0; - margin: 0; - /*font-size: 13px;*/ - font-family: verdana, arial, helvetica, sans-serif; -} - -.spinner { - margin-top: 4em; - text-align: center; -} -#spinnertext { - margin-top: 2em; - font-size: .7em; -} - -#cover { - width: 100%; -} - -#searchbox { - font-size: 1.25em; - background: #84bf2a; - padding: 5px; - display: none; -} -#search { - border: none; - width: 100%; - padding: 5px 0 5px 0; -} -#swrap { - margin-right:85px; -} -#searchbutton { - width:80px; - float:right; -} -#content { - padding: 10px; -} -.button { - display: block; - background: #ddd; - font-size: 1.25em; - padding: .5em; - margin-bottom: .5em; - border-radius: 8px; - -webkit-border-radius: 8px; - color: #295158; -} -.button img { - margin-right: .5em; - vertical-align: middle; -} -.button .sub { - font-size: .7em; -} -.button .note { - font-size: .5em; - text-align: right; -} -.button img { - float:left; -} -.button .label { - margin-left: 32px; -} - -.button-Book { - background: #ccc; -} -.button-BookText { - background: #ccc; -} -.delete { - float: right; - width: 24px; - - background: #464646; - font-size: 1.25em; - padding: .5em; - margin-bottom: .5em; - border-radius: 8px; - -webkit-border-radius: 8px; - color: white; - text-align: center; -} - -h1 .subheader { - display:block; - font-size: 70%; -} -.upper { - text-transform: capitalize; -} - - -.footer { - font-size: 0.75em; - text-align: center; -} - -.clr { - clear: both; -} - - -.info dt { - display: inline; - font-weight: bold; -} - -.info dd { - display: inline; - margin: 0; -} -.info img { - max-width: 100%; -} \ No newline at end of file