mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-22 14:47:56 +01:00
Update background
This commit is contained in:
parent
80ba74b981
commit
33b08cf3a0
@ -25,6 +25,10 @@ div#mindplot {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
border: 0;
|
border: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
opacity: 1;
|
||||||
|
background-color: #f2f2f2;
|
||||||
|
background-image: linear-gradient(#ebe9e7 1px, transparent 1px), linear-gradient(to right, #ebe9e7 1px, #f2f2f2 1px);
|
||||||
|
background-size: 50px 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#small_error_icon {
|
div#small_error_icon {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
@header-height : 75px;
|
@header-height : 0px;
|
||||||
@header-toolbar-height : 35px;
|
@header-toolbar-height : 50px;
|
||||||
@header-info-height : @header-height - @header-toolbar-height;
|
@header-info-height : @header-height - @header-toolbar-height;
|
||||||
|
|
||||||
div#header {
|
div#header {
|
||||||
@ -11,29 +11,6 @@ div#header {
|
|||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#headerLogo {
|
|
||||||
background: url(../images/logo-small.png) no-repeat center top;
|
|
||||||
height: 40px;
|
|
||||||
width: 80px;
|
|
||||||
float: left;
|
|
||||||
padding-left: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
div#headerInfo {
|
|
||||||
width: 100%;
|
|
||||||
height: @header-info-height;
|
|
||||||
color: white;
|
|
||||||
padding: 0px 0px
|
|
||||||
}
|
|
||||||
|
|
||||||
div#headerActions {
|
|
||||||
text-align: right;
|
|
||||||
margin-top: 13px;
|
|
||||||
padding-right: 10px;
|
|
||||||
color: white;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
div#headerActions span {
|
div#headerActions span {
|
||||||
border-bottom: 3px solid rgb(247, 201, 49);
|
border-bottom: 3px solid rgb(247, 201, 49);
|
||||||
}
|
}
|
||||||
@ -83,17 +60,6 @@ div#headerNotifier {
|
|||||||
|
|
||||||
@import "toolbar.less";
|
@import "toolbar.less";
|
||||||
|
|
||||||
div#embFooter {
|
|
||||||
position: absolute;
|
|
||||||
height: 35px;
|
|
||||||
width: 100%;
|
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
|
||||||
border-top: 1px solid black;
|
|
||||||
background: #E5E5E5;
|
|
||||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* FIXME: duplicate in mindmapList
|
/* FIXME: duplicate in mindmapList
|
||||||
---------------------------- Scrollbar --------------------------------- */
|
---------------------------- Scrollbar --------------------------------- */
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
|
@ -1,16 +1,21 @@
|
|||||||
div#toolbar {
|
div#toolbar {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: @header-toolbar-height;
|
height: 50px;
|
||||||
background-color: rgb(229, 227, 209);
|
padding: 8px 15px;
|
||||||
border-bottom: 3px double rgb(190, 190, 190);
|
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
|
||||||
border-top: 1px solid rgb(190, 190, 190);
|
background-color: #fff;
|
||||||
padding: 0px 15px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div#toolbar .buttonContainer {
|
div#toolbar .buttonContainer {
|
||||||
height: @header-toolbar-height;
|
height: @header-toolbar-height;
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: 5px;
|
margin-left: 20px;
|
||||||
|
}
|
||||||
|
div#logo-text {
|
||||||
|
background: url(../images/logo-text-black.svg) no-repeat center top;
|
||||||
|
height: 40px;
|
||||||
|
width: 80px;
|
||||||
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
/******************************************************************************************/
|
/******************************************************************************************/
|
||||||
|
@ -11,12 +11,8 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<div id="headerInfo">
|
|
||||||
<div id="headerActions"></div>
|
|
||||||
<div id="headerLogo"></div>
|
|
||||||
<div id="headerMapTitle">Title: <span>Welcome</span></div>
|
|
||||||
</div>
|
|
||||||
<div id="toolbar">
|
<div id="toolbar">
|
||||||
|
<div id="logo-text"></div>
|
||||||
<div id="editTab" class="tabContent">
|
<div id="editTab" class="tabContent">
|
||||||
<div id="persist" class="buttonContainer">
|
<div id="persist" class="buttonContainer">
|
||||||
<div id="save" class="buttonOn">
|
<div id="save" class="buttonOn">
|
||||||
@ -37,14 +33,6 @@
|
|||||||
<img src="images/redo.svg"/>
|
<img src="images/redo.svg"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="zoom" class="buttonContainer">
|
|
||||||
<div id="zoomOut" class="buttonOn">
|
|
||||||
<img src="images/zoom-out.svg"/>
|
|
||||||
</div>
|
|
||||||
<div id="zoomIn" class="buttonOn">
|
|
||||||
<img src="images/zoom-in.svg"/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="node" class="buttonContainer">
|
<div id="node" class="buttonContainer">
|
||||||
<div id="topicShape" class="buttonExtOn">
|
<div id="topicShape" class="buttonExtOn">
|
||||||
<img src="images/topic-shape.svg"/>
|
<img src="images/topic-shape.svg"/>
|
||||||
|
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 7.0 KiB |
Loading…
Reference in New Issue
Block a user