Update: Plugin Updating

Updating plugins from the plugin catalogue, and automatic updating of
plugins after a newer version of Disco is installed.
This commit is contained in:
Gary Sharp
2013-02-14 19:00:01 +11:00
parent 734b02fa1d
commit 8f769809c2
53 changed files with 3795 additions and 2975 deletions
+9 -8
View File
@@ -1,4 +1,4 @@
/*#source /ClientSource/Style/jQueryUI/jquery-ui.css */
/*#source /ClientSource/Style/jQueryUI/jquery-ui.css */
/*!
* jQuery UI CSS Framework 1.8.19
*
@@ -563,8 +563,8 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
* http://docs.jquery.com/UI/Progressbar#theming
*/
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
/*#source /ClientSource/Style/Site.css */
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
/*#source /ClientSource/Style/Site.css */
.tableData {
border: solid 1px #e8eef4;
border-collapse: collapse;
@@ -906,6 +906,7 @@ a:active {
color: #335a87;
}
a.button {
display: inline-block;
padding: 4px 10px;
margin: 2px;
border: 1px solid #875a33;
@@ -914,11 +915,11 @@ a.button {
font-weight: bold;
text-transform: uppercase;
cursor: pointer;
line-height: 2.2em;
white-space: nowrap;
text-decoration: none;
}
a.button[disabled] {
a.button[disabled],
a.button.disabled {
background: #9e9e9e;
border: 1px solid #696969;
cursor: default;
@@ -1357,7 +1358,8 @@ input[type="submit"] {
padding: 5px;
}
input[type="submit"].button {
padding: 4px 10px;
font-size: 12px;
padding: 6px 10px 4px 10px;
margin: 2px;
border: 1px solid #875a33;
background: #db761d;
@@ -1365,7 +1367,6 @@ input[type="submit"].button {
font-weight: bold;
text-transform: uppercase;
cursor: pointer;
line-height: 1.2em;
}
input[type="submit"].button:hover {
border: 1px solid #696969;
@@ -1686,4 +1687,4 @@ textarea.block {
{
font-weight: bold;
}*/
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 795 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 795 B

+5 -4
View File
@@ -339,6 +339,7 @@ a:active {
color: #335a87;
}
a.button {
display: inline-block;
padding: 4px 10px;
margin: 2px;
border: 1px solid #875a33;
@@ -347,11 +348,11 @@ a.button {
font-weight: bold;
text-transform: uppercase;
cursor: pointer;
line-height: 2.2em;
white-space: nowrap;
text-decoration: none;
}
a.button[disabled] {
a.button[disabled],
a.button.disabled {
background: #9e9e9e;
border: 1px solid #696969;
cursor: default;
@@ -790,7 +791,8 @@ input[type="submit"] {
padding: 5px;
}
input[type="submit"].button {
padding: 4px 10px;
font-size: 12px;
padding: 6px 10px 4px 10px;
margin: 2px;
border: 1px solid #875a33;
background: #db761d;
@@ -798,7 +800,6 @@ input[type="submit"].button {
font-weight: bold;
text-transform: uppercase;
cursor: pointer;
line-height: 1.2em;
}
input[type="submit"].button:hover {
border: 1px solid #696969;
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long