Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PlanetRed
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Experience Group
PlanetRed
Commits
9d7ee06f
Commit
9d7ee06f
authored
15 years ago
by
Seth Meranda
Browse files
Options
Downloads
Patches
Plain Diff
styles for dashboard page.
parent
e42107ff
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
unl_theme/views/default/css.php
+44
-27
44 additions, 27 deletions
unl_theme/views/default/css.php
with
44 additions
and
27 deletions
unl_theme/views/default/css.php
+
44
−
27
View file @
9d7ee06f
...
...
@@ -35,7 +35,7 @@
/*UNL Overrides*/
#wdn_navigation_bar {display:none; visibility:hidden;}
#titlegraphic, .nav_collapsed #titlegraphic {margin-top:10px;}
#titlegraphic, .nav_collapsed #titlegraphic {margin-top:10px;
margin-bottom:20px;
}
/* ***************************************
Tab Navigation - to be moved to UNL styles eventually
...
...
@@ -116,17 +116,11 @@
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}
#two_column_left_sidebar_maincontent_boxes {
margin:0 0px 20px 20px;
padding:0 0 5px 0;
width:708px;
background: #dedede;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
background: none;
float:left;
}
#two_column_left_sidebar_boxes {
...
...
@@ -136,22 +130,33 @@
float:left;
padding:0;
}
#two_column_left_sidebar_boxes .sidebarBox {
margin:0px 0 22px 0
;
background: #dedede
;
padding:4px 10px 10px 10px
;
-webkit-border-radius: 8px;
-moz-
border-radius:
8
px;
border-bottom:1px solid #cccccc;
border-r
ight:1px solid #cccccc
;
#two_column_left_sidebar_boxes .sidebarBox {
/* Using ZEN Box Styles */
border:1px solid #ededed
;
padding:5px
;
margin-bottom:1em
;
background: #f7f7f7;
border-radius:
5
px;
-webkit-border-radius: 5px;
-moz-
border-r
adius: 5px
;
}
#two_column_left_sidebar_boxes .sidebarBox h3 {
padding:0 0 5px 0;
font-size:1.25em;
line-height:1.2em;
color:#0054A7;
background:url('/wdn/templates_3.0/css/images/headingBGNuetral.gif') repeat-x bottom;
padding:5px;
margin:-6px;
color:#fff;
margin-bottom:5px;
font-size:1.1em;
font-weight: bold;
}
#two_column_left_sidebar_boxes .sidebarBox h3:after {
content:'';
width:20px;
height:10px;
display:block;
background:url('/wdn/templates_3.0/css/images/downIndicators.png') no-repeat -100px;
margin-left:30px;
margin-top:5px;
}
.contentWrapper {
background:white;
-webkit-border-radius: 8px;
...
...
@@ -159,6 +164,20 @@
padding:10px;
margin:0 10px 10px 10px;
}
#maincontent .welcomemessage {
background:#FFFFCC;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border:2px solid #FFCC66;
padding:10px;
margin:0px;
}
#maincontent .welcomemessage h3 {
margin-bottom:-10px;
}
#maincontent .welcomemessage small {
font-size:.8em;
}
span.contentIntro p {
margin:0 0 0 0;
}
...
...
@@ -1720,12 +1739,10 @@ a.toggle_customise_edit_panel:hover {
MISC.
*************************************** */
/* general page titles in main content area */
#content_area_user_title h2 {
margin:0 0 0 8px;
padding:5px;
color:#0054A7;
font-size:1.35em;
line-height:1.2em;
#content_area_user_title h2 {
padding-bottom:0;
border-bottom: #e5e5e5 2px solid;
margin-bottom:1.03em;
}
/* reusable generic collapsible box */
.collapsible_box {
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment