2016-05-07 08:58:46 +02:00
|
|
|
.textEntryDialog
|
2016-02-23 17:50:01 +01:00
|
|
|
display: none
|
|
|
|
|
position: absolute
|
|
|
|
|
top: 0
|
|
|
|
|
bottom: 0
|
|
|
|
|
left: 0
|
|
|
|
|
right: 0
|
|
|
|
|
z-index: 100
|
2016-05-07 08:58:46 +02:00
|
|
|
width: 50%
|
|
|
|
|
max-width: 400px
|
|
|
|
|
height: 170px
|
|
|
|
|
margin: auto
|
2016-02-23 17:50:01 +01:00
|
|
|
border-radius: 5px
|
|
|
|
|
padding: 10px 20px 10px 20px
|
|
|
|
|
background-color: rgba(255,255,255,1)
|
|
|
|
|
outline: none
|
|
|
|
|
|
|
|
|
|
.dialogContent
|
2016-05-07 08:58:46 +02:00
|
|
|
margin-bottom: 10px
|
|
|
|
|
|
|
|
|
|
.cancel
|
|
|
|
|
float: left
|
2016-04-26 01:01:59 +02:00
|
|
|
|
2016-05-07 08:58:46 +02:00
|
|
|
.save
|
|
|
|
|
float: right
|
2016-04-26 01:01:59 +02:00
|
|
|
|
2016-05-07 08:58:46 +02:00
|
|
|
input.currentValue
|
|
|
|
|
width: 95%
|
|
|
|
|
text-align: left
|