Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GIP RENATER
switch-wayf
Commits
8daf7616
Commit
8daf7616
authored
Mar 26, 2012
by
haemmer
Browse files
Cleaned up CSS
parent
e6ad98cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
8daf7616
...
...
@@ -25,6 +25,10 @@ necessary for such releases.
SWITCHwayf Changes and Version History:
1.17 Release date: 2012
- Added CSS styles for mobile view
1.16 Release date: 19. January 2012
- Added an improved version of the drop down list to the WAYF
Inspired by code from Takeshi Nishimura from NII (Japan)
...
...
css/default-styles.css
View file @
8daf7616
...
...
@@ -141,38 +141,6 @@ input {
width
:
400px
;
}
/* Improved Drop Down CSS */
/* textbox part of the dropdown list */
.idd_textbox
{
border
:
1px
#848484
solid
;
vertical-align
:
middle
;
}
.idd_textbox
:hover
{
border-color
:
black
;
box-shadow
:
1px
1px
8px
#999999
;
-webkit-box-shadow
:
1px
1px
8px
#999999
;
-moz-box-shadow
:
1px
1px
8px
#999999
;
}
/* dropdown arrow control */
.idd_icon
{
border-top
:
1px
#999999
solid
;
border-right
:
1px
#999999
solid
;
border-bottom
:
1px
#999999
solid
;
border-left
:
0
;
}
.idd_icon
:hover
{
border-color
:
black
;
box-shadow
:
1px
1px
8px
#999999
;
-webkit-box-shadow
:
1px
1px
8px
#999999
;
-moz-box-shadow
:
1px
1px
8px
#999999
;
}
/* Device specific styles */
@media
only
screen
and
(
max-device-width
:
480px
){
.box
{
...
...
@@ -208,6 +176,38 @@ html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
-webkit-text-size-adjust
:
none
;
}
/* Improved Drop Down CSS */
/* textbox part of the dropdown list */
.idd_textbox
{
border
:
1px
#848484
solid
;
vertical-align
:
middle
;
}
.idd_textbox
:hover
{
border-color
:
black
;
box-shadow
:
1px
1px
8px
#999999
;
-webkit-box-shadow
:
1px
1px
8px
#999999
;
-moz-box-shadow
:
1px
1px
8px
#999999
;
}
/* dropdown arrow control */
.idd_icon
{
border-top
:
1px
#999999
solid
;
border-right
:
1px
#999999
solid
;
border-bottom
:
1px
#999999
solid
;
border-left
:
0
;
}
.idd_icon
:hover
{
border-color
:
black
;
box-shadow
:
1px
1px
8px
#999999
;
-webkit-box-shadow
:
1px
1px
8px
#999999
;
-moz-box-shadow
:
1px
1px
8px
#999999
;
}
/* Dropdown list */
div
.idd_list
{
border
:
thin
solid
#848484
;
...
...
Write
Preview
Supports
Markdown
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