modify and add less source files. commit their compiled results

This commit is contained in:
ansuz
2016-07-08 16:44:02 +02:00
parent 43aba94d0d
commit 28399b0d86
5 changed files with 190 additions and 25 deletions

View File

@@ -0,0 +1,83 @@
@import "./variables.less";
.cryptpad-toolbar {
box-sizing: border-box;
color: #666;
font-weight: bold;
height: 26px;
margin-bottom: -3px;
display: inline-block;
width: 100%;
z-index: 9001;
a {
float: right;
}
div {
padding: 0 10px;
height: 1.5em;
line-height: 25px;
height: 22px;
&.rtwysiwyg-back {
padding: 0;
font-weight: bold;
cursor: pointer;
color: #000;
}
}
button {
height: 100%;
background-color: inherit;
border: 1px solid #A6A6A6;
border-radius: 5px;
margin-right: 5px;
padding-right: 5px;
padding-left: 5px;
}
.rightside-button {
float: right;
cursor: pointer;
}
.leftside-button {
cursor: pointer;
float: left;
}
select {
border: 0px;
margin-left: 5px;
margin-right: 5px;
padding-left: 5px;
}
}
.cryptpad-changeName {
float: left;
cursor: pointer;
button {
padding: 0;
margin-right: 5px;
}
}
.cryptpad-toolbar-leftside {
float: left;
div {
float: left;
}
}
.cryptpad-toolbar-rightside {
text-align: right;
//float: right;
}
.cryptpad-lag {
float: right;
}
.cryptpad-spinner {
float: left;
}