Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Fukász Rómeó Ervin
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
edd6f4a7
authored
Mar 07, 2013
by
Bence Dányi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: fix gitignore
parent
2ec6bbcc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
.gitignore
+2
-2
one/static/style/style.css
+0
-2
No files found.
.gitignore
View file @
edd6f4a7
...
...
@@ -35,8 +35,8 @@ nosetests.xml
.pydevproject
# Compiled CSS/JS resources
one/static/style/
*.css
one/static/style/
*.min.js
*.css
*.min.js
# Other
*.swp
...
...
one/static/style/style.css
deleted
100644 → 0
View file @
2ec6bbcc
body
{
min-height
:
100%
;
font-family
:
'Titillium Web'
,
sans-serif
;
font-size
:
.9em
;
background
:
#dadada
url(/static/image/site_bgr.png)
repeat-x
;
background-position
:
80px
0
;
margin
:
0
;
padding
:
0
;
overflow
:
scroll
}
#content
{
width
:
970px
;
text-align
:
left
;
margin
:
0
auto
}
.contentblock
{
background-color
:
#ccc
;
border-radius
:
4px
;
border
:
1px
solid
#aaa
;
box-shadow
:
0
0
30px
rgba
(
0
,
0
,
0
,
0.3
);
margin
:
20px
}
.contentblock
p
,
.contentblock
dl
{
margin
:
0
;
padding
:
5px
}
.contentblock
h2
{
background-color
:
#000
;
background-image
:
url(/static/image/hexabar.png)
;
background-position
:
right
center
;
background-repeat
:
no-repeat
;
border-radius
:
4px
;
border-bottom-left-radius
:
0
;
border-bottom-right-radius
:
0
;
color
:
#eee
;
font-size
:
1.5em
;
margin-top
:
0
;
padding
:
10px
;
position
:
relative
}
.contentblock.wide
{
margin-right
:
30px
}
.contentblock.note
{
background-color
:
#ffc
}
.contentblock
ol
{
margin-left
:
2em
}
.contentblock
ol
li
.done
{
color
:
#aaa
}
.big
{
font-size
:
2em
}
ul
.messagelist
{
text-align
:
left
;
margin
:
0
;
padding
:
0
0
5px
}
ul
.messagelist
li
{
font-size
:
12px
;
display
:
block
;
border-bottom
:
1px
solid
#ddd
;
color
:
#666
;
background
:
#ffc
url(/static/admin/img/icon_success.gif)
5px
.3em
no-repeat
;
margin
:
0
0
3px
;
padding
:
4px
5px
4px
25px
}
ul
.messagelist
li
.warning
{
background-image
:
url(/static/admin/img/icon_alert.gif)
}
ul
.messagelist
li
.error
{
background-image
:
url(/static/admin/img/icon_error.gif)
}
input
.validated
{
padding-right
:
15px
;
background-image
:
url(/static/admin/img/icon_success.gif)
;
background-repeat
:
no-repeat
;
background-position
:
right
center
}
input
.validated.error
{
background
:
#fcc
url(/static/admin/img/icon_error.gif)
right
center
no-repeat
;
padding-right
:
15px
}
.errornote
{
font-size
:
12px
!important
;
display
:
block
;
border
:
1px
solid
red
;
color
:
red
;
background
:
#ffc
url(/static/admin/img/icon_error.gif)
5px
.3em
no-repeat
;
margin
:
0
0
3px
;
padding
:
4px
5px
4px
25px
}
.errorlist
li
{
font-size
:
12px
!important
;
display
:
block
;
border
:
1px
solid
red
;
color
:
#FFF
;
background
:
#f00
url(/static/admin/img/icon_alert.gif)
5px
.3em
no-repeat
;
margin
:
0
0
3px
;
padding
:
4px
5px
4px
25px
}
.errorlist
li
a
{
color
:
#FFF
;
text-decoration
:
underline
}
td
ul
.errorlist
li
{
margin
:
0
!important
}
.errors
{
background
:
#ffc
}
.errors
input
,
.errors
select
,
.errors
textarea
{
border
:
1px
solid
red
}
div
.system-message
{
background
:
#ffc
;
font-size
:
.8em
;
margin
:
10px
;
padding
:
6px
8px
}
div
.system-message
p
.system-message-title
{
color
:
red
;
background
:
#ffc
url(/static/admin/img/icon_error.gif)
5px
.3em
no-repeat
;
margin
:
0
;
padding
:
4px
5px
4px
25px
}
small
{
font-size
:
.8em
}
input
{
border-radius
:
2px
;
border
:
1px
solid
#777
;
padding
:
2px
;
margin
:
1px
5px
;
background
:
rgba
(
0
,
0
,
0
,
0.1
);
font-family
:
'Titillium Web'
,
sans-serif
;
outline
:
0
;
box-shadow
:
inset
0
0
10px
rgba
(
0
,
0
,
0
,
0.2
),
0
0
5px
rgba
(
0
,
0
,
0
,
0.2
);
-webkit-transition
:
box-shadow
.5s
;
-moz-transition
:
box-shadow
.5s
;
-o-transition
:
box-shadow
.5s
;
transition
:
box-shadow
.5s
}
input
:hover
{
border
:
1px
solid
#666
;
box-shadow
:
inset
0
0
10px
rgba
(
0
,
0
,
0
,
0.2
),
0
0
5px
rgba
(
255
,
255
,
0
,
0.5
)}
input
:focus
{
border
:
1px
solid
#555
;
box-shadow
:
inset
0
0
10px
rgba
(
0
,
0
,
0
,
0.2
),
0
0
10px
rgba
(
255
,
255
,
0
,
0.8
)}
input
[
type
=
submit
],
input
[
type
=
button
],
input
[
type
=
reset
]
{
border
:
1px
solid
#777
;
cursor
:
pointer
;
box-shadow
:
0
0
5px
rgba
(
0
,
0
,
0
,
0.2
);
-webkit-transition
:
background
.5s
;
-moz-transition
:
background
.5s
;
-o-transition
:
background
.5s
;
transition
:
background
.5s
}
input
[
type
=
submit
]
:hover
,
input
[
type
=
button
]
:hover
,
input
[
type
=
reset
]
:hover
{
background
:
rgba
(
0
,
0
,
0
,
0.2
)}
textarea
{
border-radius
:
2px
;
border
:
1px
solid
#777
;
padding
:
5px
;
margin
:
10px
5px
;
width
:
300px
;
height
:
100px
;
background
:
rgba
(
0
,
0
,
0
,
0.1
);
font-family
:
'Titillium Web'
,
sans-serif
;
outline
:
0
;
box-shadow
:
inset
0
0
10px
rgba
(
0
,
0
,
0
,
0.2
),
0
0
5px
rgba
(
0
,
0
,
0
,
0.2
);
-webkit-transition
:
box-shadow
.5s
;
-moz-transition
:
box-shadow
.5s
;
-o-transition
:
box-shadow
.5s
;
transition
:
box-shadow
.5s
}
textarea
:hover
{
border
:
1px
solid
#666
;
box-shadow
:
inset
0
0
10px
rgba
(
0
,
0
,
0
,
0.2
),
0
0
5px
rgba
(
255
,
255
,
0
,
0.5
)}
textarea
:focus
{
border
:
1px
solid
#555
;
box-shadow
:
inset
0
0
10px
rgba
(
0
,
0
,
0
,
0.2
),
0
0
10px
rgba
(
255
,
255
,
0
,
0.8
)}
.hilight
{
background-color
:
#ff6
}
.hidden-password
{
padding-right
:
25px
;
background-image
:
url(/static/icons/eye-half.png)
;
background-repeat
:
no-repeat
;
background-position
:
right
center
;
cursor
:
pointer
}
.hidden-password.shown
{
background-image
:
url(/static/icons/eye.png)
}
input
::-webkit-input-placeholder
{
color
:
#444
}
input
:-moz-placeholder
{
color
:
#444
}
input
::-moz-placeholder
{
color
:
#444
}
input
:-ms-input-placeholder
{
color
:
#444
}
textarea
::-webkit-input-placeholder
{
color
:
#444
}
textarea
:-moz-placeholder
{
color
:
#444
}
textarea
::-moz-placeholder
{
color
:
#444
}
textarea
:-ms-input-placeholder
{
color
:
#444
}
#header
{
height
:
80px
;
background-color
:
#072c61
;
background-image
:
url(/static/image/bme_feher2.png)
;
background-repeat
:
no-repeat
;
background-position
:
20px
18px
;
border-bottom
:
3px
solid
#0b4599
;
box-shadow
:
0
0
30px
rgba
(
0
,
0
,
0
,
0.4
);
margin
:
0
;
padding
:
0
0
0
200px
}
#header
h1
{
font-size
:
2em
;
line-height
:
80px
;
float
:
left
;
margin
:
0
;
padding
:
0
1em
}
#header
h1
a
{
color
:
#fff
;
text-decoration
:
none
}
#loginblock
{
position
:
absolute
;
right
:
0
;
top
:
0
;
background-color
:
#000
;
background-image
:
url(/static/image/hexabar.png)
;
background-position
:
center
center
;
border-radius
:
0
0
0
10px
;
color
:
#fff
;
font-weight
:
700
;
margin
:
0
;
padding
:
7px
}
#loginblock
a
{
color
:
#fff
;
text-decoration
:
underline
}
#loginblock
a
:hover
{
color
:
#aaa
}
.boxes
{
width
:
480px
;
float
:
left
}
.box
{
background-color
:
#000
;
background-image
:
url(/static/image/hexa.png)
;
background-position
:
center
30%
;
background-repeat
:
no-repeat
;
color
:
#fff
;
font-weight
:
700
;
line-height
:
1.5em
;
width
:
400px
;
border-radius
:
10px
;
border-top-width
:
30px
;
margin
:
10px
420px
10px
10px
;
padding
:
2px
}
.box
h3
{
color
:
#fff
;
text-align
:
center
;
margin
:
0
;
padding
:
3px
}
.box
.content
{
min-height
:
100px
;
margin
:
0
;
padding
:
5px
}
.tooltip
{
position
:
relative
;
z-index
:
1
}
.tooltip
.container
{
margin
:
10px
10px
5px
150px
;
border-radius
:
4px
;
border
:
1px
solid
#888
;
background
:
#ff6
;
box-shadow
:
0
0
20px
rgba
(
0
,
0
,
0
,
0.2
)}
.tooltip
.container
p
{
text-align
:
left
;
font-size
:
.8em
;
word-spacing
:
2px
;
padding
:
5px
}
.tooltip
.container
.tail
{
position
:
absolute
;
left
:
350px
;
border-width
:
17px
;
border-style
:
solid
;
border-color
:
#888
transparent
transparent
transparent
}
.tooltip
.container
.tail
:after
{
content
:
""
;
position
:
absolute
;
left
:
-17px
;
top
:
-18px
;
border-width
:
17px
;
border-style
:
solid
;
border-color
:
#ff6
transparent
transparent
transparent
}
.entry-list
{
list-style-type
:
none
}
.entry.opened
.actions
{
display
:
block
!important
}
.entry.opened
.summary
.name
.details
{
display
:
inline
;
border
:
0
}
.entry.small
.summary
{
padding
:
5px
;
cursor
:
default
}
.entry.small
.summary
:hover
{
background-color
:
#c1c1c1
}
.entry.small
.summary
.name
{
background
:
none
!important
;
text-align
:
center
;
float
:
none
}
.entry.small-row
.summary
{
padding
:
5px
}
.entry.small-row
.summary
:hover
{
background-color
:
#b1b1b1
}
.entry.small-row
.summary
.name
{
float
:
none
}
.entry.key
.name
{
background-image
:
url(/static/icons/key.png)
}
.entry.key
textarea
{
margin
:
10px
;
width
:
93%
}
.entry.key
#new-key
.name
{
background-image
:
url(/static/icons/key--plus.png)
}
.entry.key
#reset-key
.name
{
background-image
:
url(/static/icons/key--exclamation.png)
}
.entry
.quota
{
left
:
0
;
top
:
0
;
z-index
:
0
;
position
:
absolute
;
width
:
100%
;
height
:
100%
}
.entry
.quota
.used
{
height
:
100%
;
position
:
absolute
}
.entry
.quota
.softLimit
{
height
:
100%
;
position
:
absolute
;
border-left
:
1px
solid
red
}
.entry
.summary
{
padding
:
15px
5px
;
line-height
:
1.7em
;
border-top
:
1px
solid
#888
;
cursor
:
pointer
;
background-color
:
#c1c1c1
;
position
:
relative
;
-webkit-transition
:
background-color
.3s
;
-moz-transition
:
background-color
.3s
;
-o-transition
:
background-color
.3s
;
transition
:
background-color
.3s
}
.entry
.summary.unfinished
{
background-color
:
#fcfc6c
;
background-image
:
url(/static/image/constr.png)
;
background-position
:
right
top
;
background-repeat
:
no-repeat
}
.entry
.summary.unfinished
:hover
{
background-color
:
#ecec6a
;
background-image
:
url(/static/image/constr.png)
}
.entry
.summary.selected-summary
{
background-color
:
#7cec67
}
.entry
.summary.selected-summary
:hover
{
background-color
:
#87d378
}
.entry
.summary.public-template
{
background-color
:
#a7b3c3
}
.entry
.summary.public-template
:hover
{
background-color
:
#9da9b9
}
.entry
.summary
:hover
{
background-color
:
#b1b1b1
;
background-image
:
none
}
.entry
.summary
:hover
.actions
{
display
:
block
}
.entry
.summary
:hover
.name
.details
{
display
:
inline
;
border
:
0
}
.entry
.summary
.id
{
float
:
right
;
width
:
30px
}
.entry
.summary
.name
{
float
:
left
;
padding-left
:
25px
;
background-repeat
:
no-repeat
;
background-position
:
left
center
;
z-index
:
2
;
position
:
relative
;
height
:
24px
}
.entry
.summary
.name.filetype-new-folder
{
float
:
left
}
.entry
.summary
.name
.details
{
display
:
none
}
.entry
.summary
.status
{
text-align
:
right
;
float
:
right
;
width
:
60px
;
z-index
:
2
;
position
:
relative
}
.entry
.summary
.actions
{
float
:
right
;
margin-left
:
5px
;
display
:
none
;
z-index
:
2
;
position
:
relative
}
.entry
.summary
.actions
a
{
margin
:
2px
0
;
height
:
16px
;
width
:
16px
;
display
:
block
;
float
:
left
;
margin-left
:
2px
}
.entry
.summary
.actions
a
:hover
{
box-shadow
:
0
0
10px
rgba
(
0
,
0
,
0
,
0.4
);
background-color
:
rgba
(
0
,
0
,
0
,
0.4
)}
.entry
.summary
#new-folder-form
{
float
:
right
;
margin-left
:
5px
;
display
:
none
;
z-index
:
2
;
position
:
relative
}
.entry.opened
#new-folder-form
{
display
:
block
}
.entry
.details
{
border-top
:
1px
solid
#888
;
display
:
none
}
.entry
.details
.container
{
padding
:
5px
5px
}
.entry
.details
.container
.upload-zone
{
margin
:
10px
;
border-radius
:
10px
;
border
:
2px
dashed
#666
;
text-align
:
center
;
font-size
:
.8em
;
padding
:
10px
}
.entry
.details
.container
.upload-zone
p
{
padding
:
0
}
.entry
.details
h3
{
font-weight
:
normal
}
.entry
.details
ul
{
list-style
:
none
;
margin
:
0
5px
}
.entry
.details
li
{
margin
:
8px
0
;
padding
:
3px
0
3px
20px
;
border-bottom
:
1px
dotted
#aaa
;
background-repeat
:
no-repeat
;
background-position
:
0
4px
}
.entry
.details
li
:last-child
{
border-bottom
:
0
}
.entry
.details
a
{
text-decoration
:
underline
}
.entry
.details
.name
{
float
:
none
;
background-image
:
url(/static/icons/computer.png)
}
.entry
.details
.os-win
{
background-image
:
url(/static/icons/windows.png)
}
.entry
.details
.os-linux
{
background-image
:
url(/static/icons/animal-penguin.png)
}
.entry
.details
.template
{
background-image
:
url(/static/icons/document-template.png)
}
.entry
.details
.type
{
background-image
:
url(/static/icons/box-share.png)
}
.entry
.details
.date
{
background-image
:
url(/static/icons/calendar-day.png)
}
.entry
.details
.cpu
{
background-image
:
url(/static/icons/processor.png)
}
.entry
.details
.memory
{
background-image
:
url(/static/icons/memory.png)
}
.entry
.details
.count
{
background-image
:
url(/static/icons/documents-stack.png)
}
.entry
.details
.value
{
float
:
right
;
width
:
200px
;
text-align
:
right
}
.entry
.details
.description
{
font-size
:
inherit
;
background-image
:
url(/static/icons/document-snippet.png)
}
.entry
.details
.description
.value
{
font-size
:
.8em
;
word-spacing
:
3px
;
width
:
350px
}
.entry.new
.name
{
background-image
:
url(/static/icons/computer--plus.png)
}
#new-share
.type-summary.type-summary
,
.share-type
.value.type-summary
{
font-size
:
.8em
;
text-align
:
right
}
#new-share
.type-summary
span
,
.share-type
.value
span
{
background-position
:
left
center
;
background-repeat
:
no-repeat
;
padding-left
:
18px
}
#new-share
.type-summary
span
.suspend
,
.share-type
.value
span
.suspend
{
background-image
:
url(/static/icons/control-pause.png)
}
#new-share
.type-summary
span
.delete
,
.share-type
.value
span
.delete
{
background-image
:
url(/static/icons/minus-circle.png)
}
#template-wizard
.size-summary.size-summary
,
.type
.value.size-summary
{
font-size
:
.8em
;
text-align
:
right
}
#template-wizard
.size-summary
span
,
.type
.value
span
{
background-position
:
left
center
;
background-repeat
:
no-repeat
;
padding-left
:
18px
}
#template-wizard
.size-summary
span
.cpu
,
.type
.value
span
.cpu
{
background-image
:
url(/static/icons/processor.png)
}
#template-wizard
.size-summary
span
.memory
,
.type
.value
span
.memory
{
background-image
:
url(/static/icons/memory.png)
}
#template-wizard
.size-summary
span
.credit
,
.type
.value
span
.credit
{
background-image
:
url(/static/icons/point.png)
}
.file-list
{
list-style
:
none
;
max-height
:
400px
}
.file-list
.name
{
float
:
left
}
.file-list
.info
{
float
:
right
;
width
:
65px
;
text-align
:
right
;
font-size
:
.8em
}
.file-list
select
{
position
:
absolute
;
left
:
10px
;
top
:
5px
;
z-index
:
10
}
#file-list
{
overflow-y
:
scroll
}
#file-list
li
:nth-child
(
3
)
.summary
{
border-top
:
0
}
#file-list
li
:nth-child
(
2
)
.summary
{
border-top
:
0
}
#file-list
li
:nth-child
(
1
)
.summary
{
border-top
:
0
;
border-bottom
:
1px
solid
#888
}
#current-location
.summary
{
border-bottom
:
1px
solid
#888
;
height
:
25px
}
#current-location
.summary
.name
{
position
:
absolute
;
left
:
100px
;
text-align
:
left
}
.filetype-c
{
background-image
:
url(/static/icons/document-visual-studio.png)
}
.filetype-text
{
background-image
:
url(/static/icons/document.png)
}
.filetype-image
{
background-image
:
url(/static/icons/document-image.png)
}
.filetype-zip
{
background-image
:
url(/static/icons/folder-zipper.png)
}
.filetype-pdf
{
background-image
:
url(/static/icons/document-pdf.png)
}
.filetype-doc
{
background-image
:
url(/static/icons/document-word.png)
}
.filetype-excel
{
background-image
:
url(/static/icons/document-excel.png)
}
.filetype-csv
{
background-image
:
url(/static/icons/document-excel-csv.png)
}
.filetype-php
{
background-image
:
url(/static/icons/document-php.png)
}
.filetype-tex
{
background-image
:
url(/static/icons/document-tex.png)
}
.filetype-ppt
{
background-image
:
url(/static/icons/document-powerpoint.png)
}
.filetype-music
{
background-image
:
url(/static/icons/document-music.png)
}
.filetype-movie
{
background-image
:
url(/static/icons/document-film.png)
}
.filetype-folder
{
background-image
:
url(/static/icons/folder.png)
}
.toplist
{
background-image
:
url(/static/icons/arrow-circle-double.png)
}
.filetype-up
{
background-image
:
url(/static/icons/upload-cloud.png)
}
.filetype-new-folder
{
background-image
:
url(/static/icons/folder--plus.png)
}
.filetype-jump-out
{
background-image
:
url(/static/icons/arrow-curve-090.png)
}
.vm-on
{
background-image
:
url(/static/icons/computer-cloud.png)
}
.vm-off
{
background-image
:
url(/static/icons/computer-off.png)
}
#template
.wm
.summary
.name
{
background-image
:
url(/static/icons/document-template.png)
}
#template
.wm
.public-template
.name
{
background-image
:
url(/static/icons/blue-document-share.png)
}
#new-template-button
.name
{
background-image
:
url(/static/icons/document--plus.png)
!important
}
.wm-list.modal
{
border-radius
:
4px
;
border
:
1px
solid
#666
}
.wm-list.modal
input
{
padding
:
2px
10px
}
.wm-list.modal
.wm
:nth-child
(
1
)
.summary
{
border-top
:
0
}
#template
.entry
.template-details
{
margin
:
0
;
padding
:
0
;
border-top
:
1px
solid
#888
;
display
:
none
}
#template
.entry
.template-details
ul
{
list-style-type
:
none
}
#template
.entry
.template-details
li
{
padding-left
:
10px
;
border-top
:
1px
solid
#aaa
;
position
:
relative
}
#template
.entry
.template-details
li
:first-child
{
border-top
:
0
}
#template
.entry
.template-details
li
.status
{
float
:
right
;
padding
:
0
5px
}
#template
.entry
.template-details
li
.group-name
{
float
:
left
;
line-height
:
1.5em
;
z-index
:
2
;
position
:
relative
}
#vm-credentials
.content
,
#ports
.content
{
padding
:
15px
}
table
{
width
:
100%
;
border-collapse
:
collapse
}
table
tr
{
width
:
100%
}
table
tr
:hover
{
background-color
:
rgba
(
0
,
0
,
0
,
0.1
)}
table
tr
td
,
table
tr
th
{
padding
:
5px
}
table
tr
td
{
width
:
150px
}
#groups
.entry
.summary
.name
{
background-image
:
url(/static/icons/users.png)
}
#groups
#new-group
.summary
.name
{
background-image
:
url(/static/icons/user--plus.png)
}
#groups
#show-hidden-groups
.summary
.name
{
background-image
:
url(/static/icons/eye.png)
}
#group-members
.summary
.name
,
#group-owners
.summary
.name
{
background-image
:
url(/static/icons/user.png)
;
float
:
left
}
#new-member
.name
,
#new-owner
.name
{
background-image
:
url(/static/icons/user--plus.png)
!important
;
float
:
left
}
#new-member
#new-member-form
,
#new-owner
#new-member-form
,
#new-member
#new-owner-form
,
#new-owner
#new-owner-form
{
float
:
right
;
margin-left
:
5px
;
display
:
none
;
z-index
:
2
;
position
:
relative
}
.shares
{
margin
:
5px
;
list-style
:
none
}
.shares
li
{
overflow
:
hidden
;
border-radius
:
2px
;
border
:
1px
solid
#888
;
height
:
30px
;
position
:
relative
;
margin
:
5px
0
;
line-height
:
30px
;
padding-left
:
10px
;
background-color
:
rgba
(
0
,
0
,
0
,
0.05
);
-webkit-transition
:
background-color
.3s
;
-moz-transition
:
background-color
.3s
;
-o-transition
:
background-color
.3s
;
transition
:
background-color
.3s
}
.shares
li
:hover
{
background-color
:
rgba
(
0
,
0
,
0
,
0.1
);
border
:
1px
solid
#666
}
.shares
li
:hover
input
{
border-left
:
1px
solid
#666
}
.shares
li
form
{
position
:
relative
}
.shares
li
input
{
border
:
0
;
border-radius
:
0
;
border-left
:
1px
solid
#888
;
box-shadow
:
none
;
position
:
relative
;
top
:
-1px
;
height
:
30px
;
right
:
-5px
}
.boxhelp
{
position
:
relative
}
.boxhelp
.boxhelp-box
{
color
:
#000
;
position
:
absolute
;
left
:
-100px
;
width
:
500px
;
z-index
:
1000000
;
font-size
:
.7em
;
background-color
:
#ffc
;
border-radius
:
4px
;
border
:
1px
solid
#aaa
;
box-shadow
:
0
0
30px
rgba
(
0
,
0
,
0
,
0.3
);
margin
:
20px
;
display
:
none
}
.boxhelp
:hover
.boxhelp-box
{
display
:
block
}
.boxhelp
.icon
{
display
:
block
;
float
:
right
}
#modal
{
top
:
0
;
position
:
absolute
;
width
:
100%
;
height
:
100%
;
z-index
:
999
}
#shadow
{
position
:
fixed
;
height
:
100%
;
width
:
100%
;
background-color
:
rgba
(
0
,
0
,
0
,
0.6
)}
#modal-container
{
min-width
:
500px
;
position
:
fixed
;
left
:
50%
;
top
:
100px
;
margin-left
:
-270px
;
margin-top
:
0
;
min-height
:
50px
;
background-color
:
#fff
;
border-radius
:
4px
;
padding
:
20px
;
box-shadow
:
0
0
30px
rgba
(
0
,
0
,
0
,
0.4
);
border
:
1px
solid
#333
;
max-height
:
60%
;
overflow
:
auto
}
#modal-container
.container
{
max-height
:
400px
;
overflow
:
auto
;
border-radius
:
2px
;
border
:
1px
solid
#888
;
background-color
:
#ccc
}
#modal-container
ul
{
list-style
:
none
}
#modal-container
ul
li
:first-child
.summary
{
border
:
0
}
.wizard
li
{
border-bottom
:
1px
dotted
#999
}
.wizard
label
{
display
:
inline-block
;
padding
:
3px
;
margin
:
10px
5px
}
.wizard
h2
{
margin
:
10px
0
}
.wizard
.progress
{
text-align
:
center
;
position
:
relative
;
width
:
100%
;
height
:
15px
}
.wizard
.progress
.bar
{
height
:
20px
;
background-color
:
#66c400
;
border-right
:
1px
solid
#468600
}
.wizard
.progress
.bar-container
{
border
:
1px
solid
#666
;
box-shadow
:
0
0
20px
rgba
(
0
,
0
,
0
,
0.2
);
border-radius
:
4px
;
height
:
20px
;
position
:
absolute
;
width
:
500px
}
.wizard
.progress
h3
{
width
:
100%
;
position
:
absolute
}
.wizard
input
[
type
=
text
],
.wizard
input
[
type
=
number
],
.wizard
select
{
display
:
block
;
float
:
right
;
margin-top
:
8px
}
.wizard
input
[
type
=
number
]
{
width
:
4em
}
.wizard
textarea
{
float
:
right
;
text-align
:
right
}
.wizard
nav
{
margin-top
:
15px
}
.wizard
nav
a
{
text-decoration
:
underline
;
display
:
block
}
.wizard
nav
.prev
{
float
:
left
}
.wizard
nav
.next
{
float
:
right
}
.wizard
ul
.radio
{
float
:
right
}
.wizard
ul
.radio
label
{
float
:
left
;
margin
:
0
}
.wizard
.radio
li
{
float
:
left
;
padding
:
5px
;
margin
:
5px
3px
;
border-bottom
:
none
!important
}
.wizard
.size-summary
{
margin
:
10px
}
#new-template-name
input
{
margin
:
10px
5px
}
*
{
margin
:
0
;
padding
:
0
}
.clear
{
clear
:
both
}
abbr
{
border-bottom
:
1px
dotted
#666
}
a
:link
,
a
:visited
{
color
:
black
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment