Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
Note Kfet 2015 django
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Maxime Bombar
Note Kfet 2015 django
Commits
e7f0c77e
Commit
e7f0c77e
authored
May 21, 2018
by
Maxime Bombar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fichiers statics
parent
d8a0e419
Changes
143
Hide whitespace changes
Inline
Side-by-side
Showing
143 changed files
with
49149 additions
and
0 deletions
+49149
-0
note/static/admin/css/base.css
note/static/admin/css/base.css
+971
-0
note/static/admin/css/changelists.css
note/static/admin/css/changelists.css
+342
-0
note/static/admin/css/dashboard.css
note/static/admin/css/dashboard.css
+30
-0
note/static/admin/css/fonts.css
note/static/admin/css/fonts.css
+20
-0
note/static/admin/css/forms.css
note/static/admin/css/forms.css
+499
-0
note/static/admin/css/login.css
note/static/admin/css/login.css
+78
-0
note/static/admin/css/rtl.css
note/static/admin/css/rtl.css
+256
-0
note/static/admin/css/widgets.css
note/static/admin/css/widgets.css
+565
-0
note/static/admin/fonts/README.txt
note/static/admin/fonts/README.txt
+2
-0
note/static/admin/fonts/Roboto-Bold-webfont.woff
note/static/admin/fonts/Roboto-Bold-webfont.woff
+0
-0
note/static/admin/fonts/Roboto-Light-webfont.woff
note/static/admin/fonts/Roboto-Light-webfont.woff
+0
-0
note/static/admin/fonts/Roboto-Regular-webfont.woff
note/static/admin/fonts/Roboto-Regular-webfont.woff
+0
-0
note/static/admin/img/README.txt
note/static/admin/img/README.txt
+7
-0
note/static/admin/img/calendar-icons.svg
note/static/admin/img/calendar-icons.svg
+14
-0
note/static/admin/img/gis/move_vertex_off.svg
note/static/admin/img/gis/move_vertex_off.svg
+1
-0
note/static/admin/img/gis/move_vertex_on.svg
note/static/admin/img/gis/move_vertex_on.svg
+1
-0
note/static/admin/img/icon-addlink.svg
note/static/admin/img/icon-addlink.svg
+3
-0
note/static/admin/img/icon-alert.svg
note/static/admin/img/icon-alert.svg
+3
-0
note/static/admin/img/icon-calendar.svg
note/static/admin/img/icon-calendar.svg
+9
-0
note/static/admin/img/icon-changelink.svg
note/static/admin/img/icon-changelink.svg
+3
-0
note/static/admin/img/icon-clock.svg
note/static/admin/img/icon-clock.svg
+9
-0
note/static/admin/img/icon-deletelink.svg
note/static/admin/img/icon-deletelink.svg
+3
-0
note/static/admin/img/icon-no.svg
note/static/admin/img/icon-no.svg
+3
-0
note/static/admin/img/icon-unknown-alt.svg
note/static/admin/img/icon-unknown-alt.svg
+3
-0
note/static/admin/img/icon-unknown.svg
note/static/admin/img/icon-unknown.svg
+3
-0
note/static/admin/img/icon-yes.svg
note/static/admin/img/icon-yes.svg
+3
-0
note/static/admin/img/inline-delete.svg
note/static/admin/img/inline-delete.svg
+3
-0
note/static/admin/img/search.svg
note/static/admin/img/search.svg
+3
-0
note/static/admin/img/selector-icons.svg
note/static/admin/img/selector-icons.svg
+34
-0
note/static/admin/img/sorting-icons.svg
note/static/admin/img/sorting-icons.svg
+19
-0
note/static/admin/img/tooltag-add.svg
note/static/admin/img/tooltag-add.svg
+3
-0
note/static/admin/img/tooltag-arrowright.svg
note/static/admin/img/tooltag-arrowright.svg
+3
-0
note/static/admin/js/SelectBox.js
note/static/admin/js/SelectBox.js
+144
-0
note/static/admin/js/SelectFilter2.js
note/static/admin/js/SelectFilter2.js
+236
-0
note/static/admin/js/actions.js
note/static/admin/js/actions.js
+153
-0
note/static/admin/js/actions.min.js
note/static/admin/js/actions.min.js
+6
-0
note/static/admin/js/admin/DateTimeShortcuts.js
note/static/admin/js/admin/DateTimeShortcuts.js
+431
-0
note/static/admin/js/admin/RelatedObjectLookups.js
note/static/admin/js/admin/RelatedObjectLookups.js
+175
-0
note/static/admin/js/calendar.js
note/static/admin/js/calendar.js
+208
-0
note/static/admin/js/cancel.js
note/static/admin/js/cancel.js
+9
-0
note/static/admin/js/change_form.js
note/static/admin/js/change_form.js
+20
-0
note/static/admin/js/collapse.js
note/static/admin/js/collapse.js
+26
-0
note/static/admin/js/collapse.min.js
note/static/admin/js/collapse.min.js
+2
-0
note/static/admin/js/core.js
note/static/admin/js/core.js
+250
-0
note/static/admin/js/inlines.js
note/static/admin/js/inlines.js
+290
-0
note/static/admin/js/inlines.min.js
note/static/admin/js/inlines.min.js
+10
-0
note/static/admin/js/jquery.init.js
note/static/admin/js/jquery.init.js
+8
-0
note/static/admin/js/popup_response.js
note/static/admin/js/popup_response.js
+16
-0
note/static/admin/js/prepopulate.js
note/static/admin/js/prepopulate.js
+42
-0
note/static/admin/js/prepopulate.min.js
note/static/admin/js/prepopulate.min.js
+1
-0
note/static/admin/js/prepopulate_init.js
note/static/admin/js/prepopulate_init.js
+10
-0
note/static/admin/js/timeparse.js
note/static/admin/js/timeparse.js
+106
-0
note/static/admin/js/urlify.js
note/static/admin/js/urlify.js
+179
-0
note/static/admin/js/vendor/jquery/LICENSE-JQUERY.txt
note/static/admin/js/vendor/jquery/LICENSE-JQUERY.txt
+26
-0
note/static/admin/js/vendor/jquery/jquery.js
note/static/admin/js/vendor/jquery/jquery.js
+10219
-0
note/static/admin/js/vendor/jquery/jquery.min.js
note/static/admin/js/vendor/jquery/jquery.min.js
+5
-0
note/static/admin/js/vendor/xregexp/LICENSE-XREGEXP.txt
note/static/admin/js/vendor/xregexp/LICENSE-XREGEXP.txt
+21
-0
note/static/admin/js/vendor/xregexp/xregexp.js
note/static/admin/js/vendor/xregexp/xregexp.js
+2308
-0
note/static/admin/js/vendor/xregexp/xregexp.min.js
note/static/admin/js/vendor/xregexp/xregexp.min.js
+18
-0
note/static/css/bootstrap.css
note/static/css/bootstrap.css
+6165
-0
note/static/css/custom/note-bootstrap.css
note/static/css/custom/note-bootstrap.css
+592
-0
note/static/fonts/glyphicons-halflings-regular.eot
note/static/fonts/glyphicons-halflings-regular.eot
+0
-0
note/static/fonts/glyphicons-halflings-regular.svg
note/static/fonts/glyphicons-halflings-regular.svg
+229
-0
note/static/fonts/glyphicons-halflings-regular.ttf
note/static/fonts/glyphicons-halflings-regular.ttf
+0
-0
note/static/fonts/glyphicons-halflings-regular.woff
note/static/fonts/glyphicons-halflings-regular.woff
+0
-0
note/static/img/glyphicons-halflings-white.png
note/static/img/glyphicons-halflings-white.png
+0
-0
note/static/img/glyphicons-halflings.png
note/static/img/glyphicons-halflings.png
+0
-0
note/static/img/recyclable.png
note/static/img/recyclable.png
+0
-0
note/static/js/bootstrap.js
note/static/js/bootstrap.js
+2377
-0
note/static/js/custom/boutons_dynamiques.js
note/static/js/custom/boutons_dynamiques.js
+226
-0
note/static/js/custom/consos_base.js
note/static/js/custom/consos_base.js
+1045
-0
note/static/js/custom/consos_double_stack.js
note/static/js/custom/consos_double_stack.js
+33
-0
note/static/js/custom/consos_single_stack.js
note/static/js/custom/consos_single_stack.js
+59
-0
note/static/js/custom/gestion_pot.js
note/static/js/custom/gestion_pot.js
+96
-0
note/static/js/custom/getXMLHttpRequest.js
note/static/js/custom/getXMLHttpRequest.js
+40
-0
note/static/js/custom/liste_dynamique_pot.js
note/static/js/custom/liste_dynamique_pot.js
+458
-0
note/static/js/custom/liste_dynamique_quick.js
note/static/js/custom/liste_dynamique_quick.js
+221
-0
note/static/js/custom/liste_dynamique_search.js
note/static/js/custom/liste_dynamique_search.js
+215
-0
note/static/js/custom/locale/en/LC_MESSAGES/djangojs.po
note/static/js/custom/locale/en/LC_MESSAGES/djangojs.po
+142
-0
note/static/js/custom/tabs.js
note/static/js/custom/tabs.js
+201
-0
note/static/js/custom/toggle_transactions.js
note/static/js/custom/toggle_transactions.js
+95
-0
note/static/js/custom/trad.js
note/static/js/custom/trad.js
+5
-0
note/static/js/jquery.color-2.1.2.js
note/static/js/jquery.color-2.1.2.js
+663
-0
note/static/js/jquery.js
note/static/js/jquery.js
+663
-0
static/admin/css/base.css
static/admin/css/base.css
+971
-0
static/admin/css/changelists.css
static/admin/css/changelists.css
+342
-0
static/admin/css/dashboard.css
static/admin/css/dashboard.css
+30
-0
static/admin/css/fonts.css
static/admin/css/fonts.css
+20
-0
static/admin/css/forms.css
static/admin/css/forms.css
+499
-0
static/admin/css/login.css
static/admin/css/login.css
+78
-0
static/admin/css/rtl.css
static/admin/css/rtl.css
+256
-0
static/admin/css/widgets.css
static/admin/css/widgets.css
+565
-0
static/admin/fonts/README.txt
static/admin/fonts/README.txt
+2
-0
static/admin/fonts/Roboto-Bold-webfont.woff
static/admin/fonts/Roboto-Bold-webfont.woff
+0
-0
static/admin/fonts/Roboto-Light-webfont.woff
static/admin/fonts/Roboto-Light-webfont.woff
+0
-0
static/admin/fonts/Roboto-Regular-webfont.woff
static/admin/fonts/Roboto-Regular-webfont.woff
+0
-0
static/admin/img/README.txt
static/admin/img/README.txt
+7
-0
static/admin/img/calendar-icons.svg
static/admin/img/calendar-icons.svg
+14
-0
static/admin/img/gis/move_vertex_off.svg
static/admin/img/gis/move_vertex_off.svg
+1
-0
static/admin/img/gis/move_vertex_on.svg
static/admin/img/gis/move_vertex_on.svg
+1
-0
static/admin/img/icon-addlink.svg
static/admin/img/icon-addlink.svg
+3
-0
static/admin/img/icon-alert.svg
static/admin/img/icon-alert.svg
+3
-0
static/admin/img/icon-calendar.svg
static/admin/img/icon-calendar.svg
+9
-0
static/admin/img/icon-changelink.svg
static/admin/img/icon-changelink.svg
+3
-0
static/admin/img/icon-clock.svg
static/admin/img/icon-clock.svg
+9
-0
static/admin/img/icon-deletelink.svg
static/admin/img/icon-deletelink.svg
+3
-0
static/admin/img/icon-no.svg
static/admin/img/icon-no.svg
+3
-0
static/admin/img/icon-unknown-alt.svg
static/admin/img/icon-unknown-alt.svg
+3
-0
static/admin/img/icon-unknown.svg
static/admin/img/icon-unknown.svg
+3
-0
static/admin/img/icon-yes.svg
static/admin/img/icon-yes.svg
+3
-0
static/admin/img/inline-delete.svg
static/admin/img/inline-delete.svg
+3
-0
static/admin/img/search.svg
static/admin/img/search.svg
+3
-0
static/admin/img/selector-icons.svg
static/admin/img/selector-icons.svg
+34
-0
static/admin/img/sorting-icons.svg
static/admin/img/sorting-icons.svg
+19
-0
static/admin/img/tooltag-add.svg
static/admin/img/tooltag-add.svg
+3
-0
static/admin/img/tooltag-arrowright.svg
static/admin/img/tooltag-arrowright.svg
+3
-0
static/admin/js/SelectBox.js
static/admin/js/SelectBox.js
+144
-0
static/admin/js/SelectFilter2.js
static/admin/js/SelectFilter2.js
+236
-0
static/admin/js/actions.js
static/admin/js/actions.js
+153
-0
static/admin/js/actions.min.js
static/admin/js/actions.min.js
+6
-0
static/admin/js/admin/DateTimeShortcuts.js
static/admin/js/admin/DateTimeShortcuts.js
+431
-0
static/admin/js/admin/RelatedObjectLookups.js
static/admin/js/admin/RelatedObjectLookups.js
+175
-0
static/admin/js/calendar.js
static/admin/js/calendar.js
+208
-0
static/admin/js/cancel.js
static/admin/js/cancel.js
+9
-0
static/admin/js/change_form.js
static/admin/js/change_form.js
+20
-0
static/admin/js/collapse.js
static/admin/js/collapse.js
+26
-0
static/admin/js/collapse.min.js
static/admin/js/collapse.min.js
+2
-0
static/admin/js/core.js
static/admin/js/core.js
+250
-0
static/admin/js/inlines.js
static/admin/js/inlines.js
+290
-0
static/admin/js/inlines.min.js
static/admin/js/inlines.min.js
+10
-0
static/admin/js/jquery.init.js
static/admin/js/jquery.init.js
+8
-0
static/admin/js/popup_response.js
static/admin/js/popup_response.js
+16
-0
static/admin/js/prepopulate.js
static/admin/js/prepopulate.js
+42
-0
static/admin/js/prepopulate.min.js
static/admin/js/prepopulate.min.js
+1
-0
static/admin/js/prepopulate_init.js
static/admin/js/prepopulate_init.js
+10
-0
static/admin/js/timeparse.js
static/admin/js/timeparse.js
+106
-0
static/admin/js/urlify.js
static/admin/js/urlify.js
+179
-0
static/admin/js/vendor/jquery/LICENSE-JQUERY.txt
static/admin/js/vendor/jquery/LICENSE-JQUERY.txt
+26
-0
static/admin/js/vendor/jquery/jquery.js
static/admin/js/vendor/jquery/jquery.js
+10219
-0
static/admin/js/vendor/jquery/jquery.min.js
static/admin/js/vendor/jquery/jquery.min.js
+5
-0
static/admin/js/vendor/xregexp/LICENSE-XREGEXP.txt
static/admin/js/vendor/xregexp/LICENSE-XREGEXP.txt
+21
-0
static/admin/js/vendor/xregexp/xregexp.js
static/admin/js/vendor/xregexp/xregexp.js
+2308
-0
static/admin/js/vendor/xregexp/xregexp.min.js
static/admin/js/vendor/xregexp/xregexp.min.js
+18
-0
No files found.
note/static/admin/css/base.css
0 → 100644
View file @
e7f0c77e
/*
DJANGO Admin styles
*/
@import
url(fonts.css)
;
body
{
margin
:
0
;
padding
:
0
;
font-size
:
14px
;
font-family
:
"Roboto"
,
"Lucida Grande"
,
"DejaVu Sans"
,
"Bitstream Vera Sans"
,
Verdana
,
Arial
,
sans-serif
;
color
:
#333
;
background
:
#fff
;
}
/* LINKS */
a
:link
,
a
:visited
{
color
:
#447e9b
;
text-decoration
:
none
;
}
a
:focus
,
a
:hover
{
color
:
#036
;
}
a
:focus
{
text-decoration
:
underline
;
}
a
img
{
border
:
none
;
}
a
.section
:link
,
a
.section
:visited
{
color
:
#fff
;
text-decoration
:
none
;
}
a
.section
:focus
,
a
.section
:hover
{
text-decoration
:
underline
;
}
/* GLOBAL DEFAULTS */
p
,
ol
,
ul
,
dl
{
margin
:
.2em
0
.8em
0
;
}
p
{
padding
:
0
;
line-height
:
140%
;
}
h1
,
h2
,
h3
,
h4
,
h5
{
font-weight
:
bold
;
}
h1
{
margin
:
0
0
20px
;
font-weight
:
300
;
font-size
:
20px
;
color
:
#666
;
}
h2
{
font-size
:
16px
;
margin
:
1em
0
.5em
0
;
}
h2
.subhead
{
font-weight
:
normal
;
margin-top
:
0
;
}
h3
{
font-size
:
14px
;
margin
:
.8em
0
.3em
0
;
color
:
#666
;
font-weight
:
bold
;
}
h4
{
font-size
:
12px
;
margin
:
1em
0
.8em
0
;
padding-bottom
:
3px
;
}
h5
{
font-size
:
10px
;
margin
:
1.5em
0
.5em
0
;
color
:
#666
;
text-transform
:
uppercase
;
letter-spacing
:
1px
;
}
ul
li
{
list-style-type
:
square
;
padding
:
1px
0
;
}
li
ul
{
margin-bottom
:
0
;
}
li
,
dt
,
dd
{
font-size
:
13px
;
line-height
:
20px
;
}
dt
{
font-weight
:
bold
;
margin-top
:
4px
;
}
dd
{
margin-left
:
0
;
}
form
{
margin
:
0
;
padding
:
0
;
}
fieldset
{
margin
:
0
;
padding
:
0
;
border
:
none
;
border-top
:
1px
solid
#eee
;
}
blockquote
{
font-size
:
11px
;
color
:
#777
;
margin-left
:
2px
;
padding-left
:
10px
;
border-left
:
5px
solid
#ddd
;
}
code
,
pre
{
font-family
:
"Bitstream Vera Sans Mono"
,
Monaco
,
"Courier New"
,
Courier
,
monospace
;
color
:
#666
;
font-size
:
12px
;
}
pre
.literal-block
{
margin
:
10px
;
background
:
#eee
;
padding
:
6px
8px
;
}
code
strong
{
color
:
#930
;
}
hr
{
clear
:
both
;
color
:
#eee
;
background-color
:
#eee
;
height
:
1px
;
border
:
none
;
margin
:
0
;
padding
:
0
;
font-size
:
1px
;
line-height
:
1px
;
}
/* TEXT STYLES & MODIFIERS */
.small
{
font-size
:
11px
;
}
.tiny
{
font-size
:
10px
;
}
p
.tiny
{
margin-top
:
-2px
;
}
.mini
{
font-size
:
10px
;
}
p
.mini
{
margin-top
:
-3px
;
}
.help
,
p
.help
,
form
p
.help
{
font-size
:
11px
;
color
:
#999
;
}
.help-tooltip
{
cursor
:
help
;
}
p
img
,
h1
img
,
h2
img
,
h3
img
,
h4
img
,
td
img
{
vertical-align
:
middle
;
}
.quiet
,
a
.quiet
:link
,
a
.quiet
:visited
{
color
:
#999
;
font-weight
:
normal
;
}
.float-right
{
float
:
right
;
}
.float-left
{
float
:
left
;
}
.clear
{
clear
:
both
;
}
.align-left
{
text-align
:
left
;
}
.align-right
{
text-align
:
right
;
}
.example
{
margin
:
10px
0
;
padding
:
5px
10px
;
background
:
#efefef
;
}
.nowrap
{
white-space
:
nowrap
;
}
/* TABLES */
table
{
border-collapse
:
collapse
;
border-color
:
#ccc
;
}
td
,
th
{
font-size
:
13px
;
line-height
:
16px
;
border-bottom
:
1px
solid
#eee
;
vertical-align
:
top
;
padding
:
8px
;
font-family
:
"Roboto"
,
"Lucida Grande"
,
Verdana
,
Arial
,
sans-serif
;
}
th
{
font-weight
:
600
;
text-align
:
left
;
}
thead
th
,
tfoot
td
{
color
:
#666
;
padding
:
5px
10px
;
font-size
:
11px
;
background
:
#fff
;
border
:
none
;
border-top
:
1px
solid
#eee
;
border-bottom
:
1px
solid
#eee
;
}
tfoot
td
{
border-bottom
:
none
;
border-top
:
1px
solid
#eee
;
}
thead
th
.required
{
color
:
#000
;
}
tr
.alt
{
background
:
#f6f6f6
;
}
.row1
{
background
:
#fff
;
}
.row2
{
background
:
#f9f9f9
;
}
/* SORTABLE TABLES */
thead
th
{
padding
:
5px
10px
;
line-height
:
normal
;
text-transform
:
uppercase
;
background
:
#f6f6f6
;
}
thead
th
a
:link
,
thead
th
a
:visited
{
color
:
#666
;
}
thead
th
.sorted
{
background
:
#eee
;
}
thead
th
.sorted
.text
{
padding-right
:
42px
;
}
table
thead
th
.text
span
{
padding
:
8px
10px
;
display
:
block
;
}
table
thead
th
.text
a
{
display
:
block
;
cursor
:
pointer
;
padding
:
8px
10px
;
}
table
thead
th
.text
a
:focus
,
table
thead
th
.text
a
:hover
{
background
:
#eee
;
}
thead
th
.sorted
a
.sortremove
{
visibility
:
hidden
;
}
table
thead
th
.sorted
:hover
a
.sortremove
{
visibility
:
visible
;
}
table
thead
th
.sorted
.sortoptions
{
display
:
block
;
padding
:
9px
5px
0
5px
;
float
:
right
;
text-align
:
right
;
}
table
thead
th
.sorted
.sortpriority
{
font-size
:
.8em
;
min-width
:
12px
;
text-align
:
center
;
vertical-align
:
3px
;
margin-left
:
2px
;
margin-right
:
2px
;
}
table
thead
th
.sorted
.sortoptions
a
{
position
:
relative
;
width
:
14px
;
height
:
14px
;
display
:
inline-block
;
background
:
url(../img/sorting-icons.svg)
0
0
no-repeat
;
background-size
:
14px
auto
;
}
table
thead
th
.sorted
.sortoptions
a
.sortremove
{
background-position
:
0
0
;
}
table
thead
th
.sorted
.sortoptions
a
.sortremove
:after
{
content
:
'\\'
;
position
:
absolute
;
top
:
-6px
;
left
:
3px
;
font-weight
:
200
;
font-size
:
18px
;
color
:
#999
;
}
table
thead
th
.sorted
.sortoptions
a
.sortremove
:focus:after
,
table
thead
th
.sorted
.sortoptions
a
.sortremove
:hover:after
{
color
:
#447e9b
;
}
table
thead
th
.sorted
.sortoptions
a
.sortremove
:focus
,
table
thead
th
.sorted
.sortoptions
a
.sortremove
:hover
{
background-position
:
0
-14px
;
}
table
thead
th
.sorted
.sortoptions
a
.ascending
{
background-position
:
0
-28px
;
}
table
thead
th
.sorted
.sortoptions
a
.ascending
:focus
,
table
thead
th
.sorted
.sortoptions
a
.ascending
:hover
{
background-position
:
0
-42px
;
}
table
thead
th
.sorted
.sortoptions
a
.descending
{
top
:
1px
;
background-position
:
0
-56px
;
}
table
thead
th
.sorted
.sortoptions
a
.descending
:focus
,
table
thead
th
.sorted
.sortoptions
a
.descending
:hover
{
background-position
:
0
-70px
;
}
/* FORM DEFAULTS */
input
,
textarea
,
select
,
.form-row
p
,
form
.button
{
margin
:
2px
0
;
padding
:
2px
3px
;
vertical-align
:
middle
;
font-family
:
"Roboto"
,
"Lucida Grande"
,
Verdana
,
Arial
,
sans-serif
;
font-weight
:
normal
;
font-size
:
13px
;
}
textarea
{
vertical-align
:
top
;
}
input
[
type
=
text
],
input
[
type
=
password
],
input
[
type
=
email
],
input
[
type
=
url
],
input
[
type
=
number
],
textarea
,
select
,
.vTextField
{
border
:
1px
solid
#ccc
;
border-radius
:
4px
;
padding
:
5px
6px
;
margin-top
:
0
;
}
input
[
type
=
text
]
:focus
,
input
[
type
=
password
]
:focus
,
input
[
type
=
email
]
:focus
,
input
[
type
=
url
]
:focus
,
input
[
type
=
number
]
:focus
,
textarea
:focus
,
select
:focus
,
.vTextField
:focus
{
border-color
:
#999
;
}
select
{
height
:
30px
;
}
select
[
multiple
]
{
min-height
:
150px
;
}
/* FORM BUTTONS */
.button
,
input
[
type
=
submit
],
input
[
type
=
button
],
.submit-row
input
,
a
.button
{
background
:
#79aec8
;
padding
:
10px
15px
;
border
:
none
;
border-radius
:
4px
;
color
:
#fff
;
cursor
:
pointer
;
}
a
.button
{
padding
:
4px
5px
;
}
.button
:active
,
input
[
type
=
submit
]
:active
,
input
[
type
=
button
]
:active
,
.button
:focus
,
input
[
type
=
submit
]
:focus
,
input
[
type
=
button
]
:focus
,
.button
:hover
,
input
[
type
=
submit
]
:hover
,
input
[
type
=
button
]
:hover
{
background
:
#609ab6
;
}
.button
[
disabled
],
input
[
type
=
submit
][
disabled
],
input
[
type
=
button
][
disabled
]
{
opacity
:
0.4
;
}
.button.default
,
input
[
type
=
submit
]
.default
,
.submit-row
input
.default
{
float
:
right
;
border
:
none
;
font-weight
:
400
;
background
:
#417690
;
}
.button.default
:active
,
input
[
type
=
submit
]
.default
:active
,
.button.default
:focus
,
input
[
type
=
submit
]
.default
:focus
,
.button.default
:hover
,
input
[
type
=
submit
]
.default
:hover
{
background
:
#205067
;
}
.button
[
disabled
]
.default
,
input
[
type
=
submit
][
disabled
]
.default
,
input
[
type
=
button
][
disabled
]
.default
{
opacity
:
0.4
;
}
/* MODULES */
.module
{
border
:
none
;
margin-bottom
:
30px
;
background
:
#fff
;
}
.module
p
,
.module
ul
,
.module
h3
,
.module
h4
,
.module
dl
,
.module
pre
{
padding-left
:
10px
;
padding-right
:
10px
;
}
.module
blockquote
{
margin-left
:
12px
;
}
.module
ul
,
.module
ol
{
margin-left
:
1.5em
;
}
.module
h3
{
margin-top
:
.6em
;
}
.module
h2
,
.module
caption
,
.inline-group
h2
{
margin
:
0
;
padding
:
8px
;
font-weight
:
400
;
font-size
:
13px
;
text-align
:
left
;
background
:
#79aec8
;
color
:
#fff
;
}
.module
caption
,
.inline-group
h2
{
font-size
:
12px
;
letter-spacing
:
0.5px
;
text-transform
:
uppercase
;
}
.module
table
{
border-collapse
:
collapse
;
}
/* MESSAGES & ERRORS */
ul
.messagelist
{
padding
:
0
;
margin
:
0
;
}
ul
.messagelist
li
{
display
:
block
;
font-weight
:
400
;
font-size
:
13px
;
padding
:
10px
10px
10px
65px
;
margin
:
0
0
10px
0
;
background
:
#dfd
url(../img/icon-yes.svg)
40px
12px
no-repeat
;
background-size
:
16px
auto
;
color
:
#333
;
}
ul
.messagelist
li
.warning
{
background
:
#ffc
url(../img/icon-alert.svg)
40px
14px
no-repeat
;
background-size
:
14px
auto
;
}
ul
.messagelist
li
.error
{
background
:
#ffefef
url(../img/icon-no.svg)
40px
12px
no-repeat
;
background-size
:
16px
auto
;
}
.errornote
{
font-size
:
14px
;
font-weight
:
700
;
display
:
block
;
padding
:
10px
12px
;
margin
:
0
0
10px
0
;
color
:
#ba2121
;
border
:
1px
solid
#ba2121
;
border-radius
:
4px
;
background-color
:
#fff
;
background-position
:
5px
12px
;
}
ul
.errorlist
{
margin
:
0
0
4px
;
padding
:
0
;
color
:
#ba2121
;
background
:
#fff
;
}
ul
.errorlist
li
{
font-size
:
13px
;
display
:
block
;
margin-bottom
:
4px
;
}
ul
.errorlist
li
:first-child
{
margin-top
:
0
;
}
ul
.errorlist
li
a
{
color
:
inherit
;
text-decoration
: