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;
|
||||
}*/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user