diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css new file mode 100644 index 0000000000..b248b67c1b --- /dev/null +++ b/dashboard-ui/css/librarybrowser.css @@ -0,0 +1,3 @@ +body { + +} \ No newline at end of file diff --git a/dashboard-ui/css/pluginupdates.css b/dashboard-ui/css/pluginupdates.css new file mode 100644 index 0000000000..b29b239727 --- /dev/null +++ b/dashboard-ui/css/pluginupdates.css @@ -0,0 +1,10 @@ +/* + Plugin updates Page + */ +#pluginUpdatesForm table { + width: 100%; +} + +#pluginUpdatesForm td + td { + text-align: center; +} \ No newline at end of file diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 887db1a611..58627a17ab 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -415,18 +415,6 @@ form, .readOnlyContent { font-size: 15px; } -/* - Plugin updates Page - */ -#pluginUpdatesForm table { - width: 100%; -} - -#pluginUpdatesForm td + td { - text-align: center; -} - - /* List Vew Items */ @@ -593,17 +581,6 @@ form, .readOnlyContent { top: -3px; } -/* User Image */ -.imageDropZone { - border: 2px dashed #bbb; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; - padding: 25px; - text-align: center; - color: #bbb; -} - /* Dashboard home */ .tblConnections td { padding: .5em 0 .5em 1.25em; diff --git a/dashboard-ui/css/userimage.css b/dashboard-ui/css/userimage.css new file mode 100644 index 0000000000..aaa249816b --- /dev/null +++ b/dashboard-ui/css/userimage.css @@ -0,0 +1,10 @@ +/* User Image */ +.imageDropZone { + border: 2px dashed #bbb; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius: 5px; + padding: 25px; + text-align: center; + color: #bbb; +} diff --git a/dashboard-ui/index.html b/dashboard-ui/index.html index 6239a5471e..8ab7e5d1e4 100644 --- a/dashboard-ui/index.html +++ b/dashboard-ui/index.html @@ -6,21 +6,27 @@
-

What's New -

-
- -