Skip to content

Instantly share code, notes, and snippets.

@fcannizzaro
Last active December 9, 2016 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fcannizzaro/38dbb4fba7535130e0db71d3954730ac to your computer and use it in GitHub Desktop.
Save fcannizzaro/38dbb4fba7535130e0db71d3954730ac to your computer and use it in GitHub Desktop.
Unipa Old Colors / Fix Empty Lines
/* Colors */
.panel-theme-studenti>.panel-heading,
.panel-theme-studenti>.panel-footer {
background: #315572;
border-color: rgba(0,0,0,0.1);
}
.page-wrapper .page-heading-studenti{
padding-bottom: 8px;
border-color: rgba(0,0,0,0.2);
}
.panel-theme-studenti{
border-color: rgba(0,0,0,0.1);
}
/* Empty Lines */
#appelliVisualizzabiliFrm .panel + .panel .panel-body,
#prenotazioneEsame div + .panel .panel-body{
display: none !important;
}
/* Tables */
th{
vertical-align: middle !important;
}
.pianostudi-annocorso{
text-align: center;
}
/* Extras */
.panelGrid{
padding-bottom: 8px !important;
}
.full-row{
margin-top: 16px;
margin-left: 16px;
margin-right: 16px;
}
blockquote{
border: none;
padding-left: 0;
margin-bottom: 0;
}
.infomessage{
border: none;
border-radius: 0;
}
/* Spacing */
table[id*='iscrizioniEffettuateTable']{
font-size: 13px !important;
}
#prenotazioneRicevimentoFrm .panel-body{
padding: 16px !important;
}
form[action*='listIscrizioniPrecedenti'] div .panel-body,
span[id*='iscrizioniEffettuatePanel'] div .panel-body,
#prenotazioniStudenteForm .panel-body{
padding: 0;
}
.full-row{
margin-top: 8px;
}
form[action*='listIscrizioniPrecedenti'] .full-row{
margin-top: 0;
}
table[id*='listIscrizioniPrecedenti']{
margin-bottom: 0;
}
#prenotazioneRicevimentoFrm input[type='submit']{
margin-top: 16px !important;
}
input[name*='ricListPratiche']{
margin-left: 16px !important;
}
.panelGridNoHover input[type='text']{
margin: 8px;
margin-left: 16px;
}
.custom-quote img{
margin-right: 16px;
}
img[src*='folder_page.png'],
img[src*='pdf.png'],
img[src*='tick.png']{
padding-right: 0 !important;
margin-right: 8px;
margin-bottom: 8px;
}
table img[src*='tick.png']{
margin: 0;
margin-top: 8px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment