added gray disc icon for unitialized volumes
simple partitioning interface finished order in navigation bar changed ignore extended partitions (in container list)
This commit is contained in:
parent
665d18bdbd
commit
1c8db28989
16 changed files with 243 additions and 97 deletions
|
@ -319,6 +319,10 @@ button:hover {
|
|||
background-image: url(disc_green.png);
|
||||
}
|
||||
|
||||
#volumes div.void {
|
||||
background-image: url(disc_gray.png);
|
||||
}
|
||||
|
||||
#volumes div.current {
|
||||
border-style: dashed;
|
||||
border-width: 2px;
|
||||
|
@ -422,3 +426,14 @@ button:hover {
|
|||
color: #909090;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
|
||||
// TODO: move this to the plugin "partition" (inline include with cs)
|
||||
#words div.partition {
|
||||
text-align: center;
|
||||
align: center;
|
||||
}
|
||||
|
||||
table.partition tr td{
|
||||
text-align: center
|
||||
}
|
||||
|
|
BIN
pythonrewrite/www-data/disc_gray.png
Normal file
BIN
pythonrewrite/www-data/disc_gray.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.9 KiB |
Loading…
Add table
Add a link
Reference in a new issue