0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-11-22 09:17:56 +01:00

minor css changes

This commit is contained in:
Adriaan Wormgoor 2013-08-30 09:51:05 +02:00
parent 2ee3c5bfd0
commit 76946d724e
3 changed files with 10 additions and 5 deletions

View File

@ -23,6 +23,7 @@ img {
/* http://stackoverflow.com/questions/5348092/prevent-default-press-but-not-default-drag-in-ios-mobilesafari */ /* http://stackoverflow.com/questions/5348092/prevent-default-press-but-not-default-drag-in-ios-mobilesafari */
.btn { .btn {
background-repeat: no-repeat; background-repeat: no-repeat;
cursor: pointer
} }
/* /*
@ -94,10 +95,14 @@ img {
*/ */
#drawAreaContainer > .buttons { #drawAreaContainer > .manipulationBtns {
margin: 5px; margin: 5px;
} }
.manipulationBtn {
cursor: pointer;
}
#btnsUpDown { #btnsUpDown {
position: absolute; position: absolute;
right: 200px; right: 200px;

View File

@ -94,7 +94,7 @@ body {
} }
#svg { #svg {
cursor: hand; cursor: pointer;
} }
#drawAreaContainer { #drawAreaContainer {
@ -103,8 +103,8 @@ body {
left: 193px; left: 193px;
width: 650px; width: 650px;
height: 450px; height: 450px;
background-color: white; background-color: #fff;
border: 4px solid black; border: 4px solid #000;
border-radius: 15px; border-radius: 15px;
} }

View File

@ -54,7 +54,7 @@ div.content > div.settings {
overflow-x: hidden; overflow-x: hidden;
padding: 10px 10px 10px 10px; padding: 10px 10px 10px 10px;
} }
div.content > div.buttons { div.content > div.manipulationBtns {
display: table-cell; display: table-cell;
vertical-align: bottom; vertical-align: bottom;
width: 125px; width: 125px;