Last active
August 29, 2015 14:01
-
-
Save l34marr/a5802994cb3ca090dd40 to your computer and use it in GitHub Desktop.
drchen.ploud.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* For devices with narrow screens, phones, tablets, etc. */ | |
#portal-column-one, | |
#portal-column-two, | |
#portal-column-content, | |
#portal-column { /* updated */ | |
clear: both; | |
width: 97.75%; | |
margin-left: -98.875%; | |
} | |
#portal-logo { | |
display: block; /* updated */ | |
} | |
#portal-top { | |
font-size: 180%; | |
} | |
#portal-personaltools-wrapper { | |
display: none; /* updated */ | |
} | |
#portal-personaltools { | |
margin-bottom: 1em; | |
} | |
#portal-globalnav li a { | |
min-width: 3em !important; | |
padding:0.5em 1.5em 1em 0.5em; | |
} | |
#portal-searchbox { | |
float: none !important; | |
margin: 1em 0; | |
text-align: center; | |
} | |
#portal-searchbox input { | |
font-size: 100% !important; | |
} | |
#content-views a { | |
font-size: 150%; | |
line-height: 2em !important; | |
padding: 0.5em; | |
} | |
#content li.formTab a { | |
font-size: 140%; | |
line-height: 2em !important; | |
padding: 0.25em; | |
} | |
#edit-bar { | |
min-height: 5em; | |
} | |
#contentActionMenus a { | |
width: 100%; | |
line-height: 2em !important; | |
font-size: 150%; | |
} | |
input, textarea { | |
font-size: 140% !important; | |
} | |
div.managePortletsLink, | |
a.managePortletsFallback { | |
font-size: 140%; | |
} | |
div.overlay { | |
font-size: 120%; | |
} | |
div.overlay-iframe, | |
div.overlay-ajax { | |
width: 90%; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
h1, h2 { | |
line-height: 2em; | |
} | |
dl.portlet { | |
font-size: 90%; | |
} | |
ul, ol { | |
list-style: initial; | |
} | |
.documentDescription { | |
margin-bottom: 10px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment