diff --git a/html/admin/css/images/.directory b/html/admin/css/images/.directory deleted file mode 100644 index c818e5c63a..0000000000 --- a/html/admin/css/images/.directory +++ /dev/null @@ -1,4 +0,0 @@ -[Dolphin] -ShowPreview=true -Timestamp=2011,12,9,11,16,33 -Version=2 diff --git a/html/admin/css/layout.css b/html/admin/css/layout.css index 1b77b6c2e5..fbbfd7facb 100644 --- a/html/admin/css/layout.css +++ b/html/admin/css/layout.css @@ -24,3 +24,56 @@ .ui-layout-resizer-north { background-color: #61FE59 !important; } + +.ui-tooltip-dialogue{ + max-width: 420px; + min-width: 210px; + + -moz-box-shadow: 0 0 10px 1px rgba(0,0,0,.5); + -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,.5); + box-shadow: 0 0 10px 1px rgba(0,0,0,.5); +} + +.ui-tooltip-dialogue .ui-tooltip-content{ + padding: 10px; +} + +.ui-tooltip-dialogue button{ + float: left; + width: 47%; + margin-right: 10px; + padding: 3px 0; + + text-align: center; + font-size: 10.5px; +} + +.ui-tooltip-dialogue button + button{ + float: right; + margin-right: 0; +} + +.ui-tooltip-dialogue input{ + width: 95%; + padding: 3px 0 3px 5px; + margin-bottom: 7px; + + font-size: 10.5px; +} + +.ui-tooltip-dialogue button.full{ + float: none; + width: 100%; +} + +#navigation { + text-align: center; + text-decoration: none; + font-size: 20px; + font-family: "Arial","Helvetica","Verdana","sans-serif"; +} + +body { + font-family: "Arial","Helvetica","Verdana","sans-serif"; +} + diff --git a/html/admin/index.html b/html/admin/index.html index 27e84e22d6..1d98100408 100644 --- a/html/admin/index.html +++ b/html/admin/index.html @@ -15,116 +15,135 @@ - +
-