New toolbar temp

This commit is contained in:
yflory
2017-06-12 15:59:24 +02:00
parent 9c5bade83e
commit 376b60c21c
35 changed files with 679 additions and 25 deletions

View File

@@ -101,6 +101,7 @@
.cryptpad-toolbar {
box-sizing: border-box;
padding: 0px 6px;
background-color: #BBBBFF;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
@@ -406,7 +407,8 @@
position: relative;
}
.cryptpad-toolbar-top .cryptpad-title .title,
.cryptpad-toolbar-top .cryptpad-title .pencilIcon {
.cryptpad-toolbar-top .cryptpad-title .pencilIcon,
.cryptpad-toolbar-top .cryptpad-title .saveIcon {
font-size: 1.5em;
vertical-align: middle;
line-height: 32px;
@@ -421,6 +423,22 @@
.cryptpad-toolbar-top .cryptpad-title .pencilIcon span {
cursor: pointer;
}
.cryptpad-toolbar-top .cryptpad-title .saveIcon {
cursor: pointer;
border: 1px solid black;
border-radius: 0px 2px 2px 0px;
background: white;
padding: 5px;
display: inline;
margin-left: -1px;
border-collapse: collapse;
}
.cryptpad-toolbar-top .cryptpad-title .saveIcon:hover {
color: #999;
}
.cryptpad-toolbar-top .cryptpad-title .saveIcon span {
cursor: pointer;
}
.cryptpad-toolbar-top .cryptpad-title:not(input):hover .editable {
border: 1px solid #888;
border-radius: 2px 0px 0px 2px;
@@ -485,6 +503,7 @@
vertical-align: baseline;
}
.cryptpad-toolbar-leftside {
height: 32px;
float: left;
margin-bottom: -1px;
}
@@ -500,6 +519,7 @@
margin-top: -1px;
}
.cryptpad-toolbar-rightside {
height: 32px;
text-align: right;
}
.cryptpad-toolbar-history {