mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 14:06:26 +02:00
new rental editor
This commit is contained in:
parent
46f86f6c05
commit
aceda57b50
23 changed files with 548 additions and 162 deletions
|
@ -91,7 +91,6 @@ div#Container_cms {
|
|||
.left_italic_cms {
|
||||
min-width:140px;
|
||||
padding:4px 0;
|
||||
vertical-align: middle;
|
||||
text-align: right;
|
||||
border: 0px solid black;
|
||||
}
|
||||
|
@ -350,13 +349,11 @@ div#Oline {
|
|||
.etxt {
|
||||
font-size:100%;
|
||||
border: 1px solid silver;
|
||||
background-color: #ededed;
|
||||
padding:1px;
|
||||
margin:1px;
|
||||
}
|
||||
.etxt2 {
|
||||
font-size:100%;
|
||||
border: 0px solid #ededed;
|
||||
margin:1px;
|
||||
}
|
||||
.stxt {
|
||||
|
@ -386,7 +383,6 @@ div#Oline {
|
|||
min-height: 2em;
|
||||
min-width: 20em;
|
||||
border: 0px solid silver;
|
||||
background-color: #ededed;
|
||||
}
|
||||
.etxtarea2 {
|
||||
min-height: 10em;
|
||||
|
@ -639,15 +635,15 @@ div#botlogic {
|
|||
|
||||
div#retm {
|
||||
position:fixed;
|
||||
right:0%;
|
||||
width:auto;
|
||||
top:0%;
|
||||
border:1px solid #007700;
|
||||
padding:5px;
|
||||
width:150px;
|
||||
left:20%;
|
||||
right:20%;
|
||||
padding:4px;
|
||||
color:black;
|
||||
background-color:yellow;
|
||||
background-color:#F3F34C;
|
||||
cursor:pointer;
|
||||
z-index:11;
|
||||
z-index:1100;
|
||||
}
|
||||
|
||||
div#savestate {
|
||||
|
@ -729,6 +725,17 @@ div#Container_txt1 {
|
|||
.sortnav:visited { color:black;}
|
||||
.sortnav:hover { color:#dcd77f;}
|
||||
|
||||
.editboo {
|
||||
font-size: 1.5em;
|
||||
color: black;
|
||||
padding:0 2px;
|
||||
vertical-align:middle;
|
||||
text-decoration: none;
|
||||
}
|
||||
.editboo:link {color:black;}
|
||||
.editboo:visited { color:black;}
|
||||
.editboo:hover { color:#dcd77f;}
|
||||
|
||||
.editnav {
|
||||
color: black;
|
||||
padding:0 2px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue