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:
@@ -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;
|
||||
}*/
|
||||
|
||||
|
||||
|
||||
+1
-1
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
+1
-1
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 |
@@ -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;
|
||||
|
||||
+1283
-1283
File diff suppressed because it is too large
Load Diff
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user