mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-19 14:02:13 +01:00
use theme scmslate as default
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
|
||||
<!--compress-->
|
||||
<link rel="stylesheet" type="text/css" href="resources/extjs/resources/css/ext-all.css" />
|
||||
<link rel="stylesheet" type="text/css" href="resources/extjs/resources/css/xtheme-gray.css" />
|
||||
<link rel="stylesheet" type="text/css" href="resources/extjs/resources/css/xtheme-scmslate.css" />
|
||||
<link rel="stylesheet" type="text/css" href="resources/css/style.css" />
|
||||
|
||||
<!-- extjs -->
|
||||
@@ -164,8 +164,7 @@
|
||||
|
||||
<div id="header" style="visibility: visible; ">
|
||||
<div id="appTitle" class="left-side">
|
||||
<h1>SCM Manager</h1>
|
||||
<p>SCM Repository Management</p>
|
||||
<img src="resources/images/scm-logo.jpg" alt="SCM Manager">
|
||||
</div>
|
||||
<div id="logo" class="right-side">
|
||||
<!--
|
||||
|
||||
@@ -67,20 +67,9 @@ a.scm-link:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#header {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
#appTitle {
|
||||
color: #004077;
|
||||
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
|
||||
margin-top: 20px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#appTitle h1 {
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
#north-panel {
|
||||
background-image: url(../images/header-backgound.jpg);
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
.right-side {
|
||||
|
||||
BIN
scm-webapp/src/main/webapp/resources/images/header-backgound.jpg
Normal file
BIN
scm-webapp/src/main/webapp/resources/images/header-backgound.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 346 B |
BIN
scm-webapp/src/main/webapp/resources/images/scm-logo.jpg
Normal file
BIN
scm-webapp/src/main/webapp/resources/images/scm-logo.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.7 KiB |
@@ -489,7 +489,7 @@ Ext.onReady(function(){
|
||||
region: 'north',
|
||||
id: 'north-panel',
|
||||
contentEl: 'north',
|
||||
height: 75
|
||||
height: 60
|
||||
}), {
|
||||
region: 'west',
|
||||
id: 'navigationPanel',
|
||||
|
||||
Reference in New Issue
Block a user