1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 00:02:29 +01:00
imapsync/X/imapsync_form.css

45 lines
827 B
CSS
Raw Normal View History

2018-05-07 16:04:23 +02:00
2020-04-11 01:15:57 +02:00
/* $Id: imapsync_form.css,v 1.8 2019/11/25 13:49:18 gilles Exp gilles $ */
2018-05-07 16:04:23 +02:00
#account1 {
2020-04-11 01:15:57 +02:00
background-color: DodgerBlue ;
/* background-color: Fuchsia ; */
/* background-color: RoyalBlue ; */
2018-05-07 16:04:23 +02:00
}
#account2 {
background-color: DarkTurquoise ;
}
2019-07-03 01:25:47 +02:00
#parameters {
2020-04-11 01:15:57 +02:00
/* background-color: GreenYellow ; */
/* background-color: White ; */
2019-07-03 01:25:47 +02:00
}
2020-04-11 01:15:57 +02:00
#progress-txt {
2019-07-03 01:25:47 +02:00
text-align: center ;
2020-04-11 01:15:57 +02:00
font-size: 1.4em ;
margin: 0 0 0px ;
height: 50px ;
2019-07-03 01:25:47 +02:00
}
2020-04-11 01:15:57 +02:00
.progress {
/* text-align: center ; */
/* font-size: 1.4em ; */
margin: 0 0 0px ;
}
.progress-bar {
text-align: center ;
font-size: 1.4em ;
margin: 0 0 0px ;
}
2018-05-07 16:04:23 +02:00
.padd0 {
padding-left: 0px ;
padding-right: 0px ;
2019-07-03 01:25:47 +02:00
}