| author | akozak | 2011-11-25 06:40:01 (EST) |
|---|---|---|
| committer | Winston Prakash | 2011-12-01 20:47:38 (EST) |
| commit | 0a9d02f5b589633a03886488cc803b3b8dd40493 (patch) (side-by-side diff) | |
| tree | 0303b8f24bf0e777a1df3087d4d51958facec622 | |
| parent | 4e88f62dbce9aa2b138b967b945c25d0d843663f (diff) | |
| download | org.eclipse.hudson.core-0a9d02f5b589633a03886488cc803b3b8dd40493.zip org.eclipse.hudson.core-0a9d02f5b589633a03886488cc803b3b8dd40493.tar.gz org.eclipse.hudson.core-0a9d02f5b589633a03886488cc803b3b8dd40493.tar.bz2 | |
Fixed css, updated bundled plugins
Signed-off-by: Winston Prakash <winston.prakash@gmail.com>
| -rw-r--r-- | hudson-war/pom.xml | 6 | ||||
| -rw-r--r-- | hudson-war/src/main/webapp/css/style.css | 26 |
2 files changed, 18 insertions, 14 deletions
diff --git a/hudson-war/pom.xml b/hudson-war/pom.xml index 4e7aebe..0463963 100644 --- a/hudson-war/pom.xml +++ b/hudson-war/pom.xml @@ -212,7 +212,7 @@ <artifactItem> <groupId>org.hudsonci.plugins</groupId> <artifactId>subversion</artifactId> - <version>2.1.1</version> + <version>2.2.0</version> <type>hpi</type> <overWrite>true</overWrite> <outputDirectory>target/generated-resources/WEB-INF/plugins</outputDirectory> @@ -221,7 +221,7 @@ <artifactItem> <groupId>org.hudsonci.plugins</groupId> <artifactId>cvs</artifactId> - <version>2.1.0_1</version> + <version>2.2.0</version> <type>hpi</type> <overWrite>true</overWrite> <outputDirectory>target/generated-resources/WEB-INF/plugins</outputDirectory> @@ -230,7 +230,7 @@ <artifactItem> <groupId>org.hudsonci.plugins</groupId> <artifactId>git</artifactId> - <version>2.1.1_1</version> + <version>2.2.0</version> <type>hpi</type> <overWrite>true</overWrite> <outputDirectory>target/generated-resources/WEB-INF/plugins</outputDirectory> diff --git a/hudson-war/src/main/webapp/css/style.css b/hudson-war/src/main/webapp/css/style.css index 3277bef..f43ccdc 100644 --- a/hudson-war/src/main/webapp/css/style.css +++ b/hudson-war/src/main/webapp/css/style.css @@ -7,12 +7,12 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * Contributors: + * Contributors: * * Kohsuke Kawaguchi, Daniel Dyer, Stephen Connolly, Nikita Levyankov, Anton Kozak * - *******************************************************************************/ - + *******************************************************************************/ + body { margin: 0; padding: 0; @@ -1012,19 +1012,23 @@ tr.modified > td.setting-leftspace { background-color: #FFE8C9; } +.optional-reset { + float: left; + margin-left: -20px; + position: absolute; +} /* --- Reset button container for hetero-list --- */ -.hetero-list-reset { - float: right; - margin-right: -20px; - margin-top: 5px; +.hetero-list-reset{ + float: left; + margin-left: -20px; + position: absolute; } .section-reset{ - float: right; - margin-right: -20px; - margin-top: -10px; + float: left; + margin-left: -20px; + position: absolute; } - .descriptor-separator { height: 2px; } |

