Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
SWITCHwayf
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Guillaume Rousse
SWITCHwayf
Commits
8daf7616
Commit
8daf7616
authored
Mar 26, 2012
by
haemmer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleaned up CSS
parent
e6ad98cb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
32 deletions
+36
-32
CHANGES
CHANGES
+4
-0
css/default-styles.css
css/default-styles.css
+32
-32
No files found.
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
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