Skip to content

Commit

Permalink
SAK-32458 Signup tool not responsive (sakaiproject#4410)
Browse files Browse the repository at this point in the history
  • Loading branch information
josecebe authored and ottenhoff committed May 12, 2017
1 parent b14f50f commit 15faa94
Show file tree
Hide file tree
Showing 6 changed files with 876 additions and 540 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@

#userdef-add{
position:relative;
top: -40px;
}

.calendarImageIcon{
Expand Down
55 changes: 42 additions & 13 deletions signup/tool/src/webapp/css/signupStyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,30 @@ table.userDefineTsTable th {
}

.titleColumn {
vertical-align: top;
text-align: right;
font-weight: bold;
padding: 0.2em 1em;
white-space: nowrap;
}

#meeting .form, #meetingInfoDetails, #showMeetingTitleOnly {
padding: 1px;
}

@media (max-width: 991px) {
#meeting .form .titleColumn {
text-align: left;
margin-top: 10px;
}
#meetingInfoDetails .titleColumn, #showMeetingTitleOnly .titleColumn {
text-align: left;
margin-top: 5px;
}
#meeting .form .valueColumn {
margin-bottom: 10px;
}
#meetingInfoDetails .valueColumn, #showMeetingTitleOnly .valueColumn {
margin-bottom: 5px;
}
}

.plainTitleColumn {
Expand Down Expand Up @@ -233,7 +252,7 @@ table.organizer td {
.mi {
vertical-align: top;
margin-left: 30px;
width: 350px;
max-width: 650px;
}

.greyed_mi{
Expand All @@ -244,18 +263,14 @@ table.organizer td {
color:#A3A3A3;
}

.longtext_red{
color:#b11;
}

.greyed_mi input, .greyed_si label, .greyed_mi longtext_red{
color:#A3A3A3;
}

.si {
vertical-align: top;
margin-left: 30px;
width: 350px;
max-width: 650px;
}

.greyed_si{
Expand Down Expand Up @@ -318,6 +333,14 @@ table.organizer td {
color: #e7eef5;
}

#multiple.mi .row, #single.si .row {
margin-top: 5px;
}

#multiple.mi .row:first-of-type, #single.si .row:first-of-type {
margin-top: 0;
}

.displaySites {
background: #c12;
background-color: #c12;
Expand Down Expand Up @@ -360,6 +383,8 @@ table.sitegroup td {
.published_sitetitle {
margin: 10px 0px;
line-height: 100%;
word-wrap: break-word;
white-space: normal;
}

table.published_sitegroup td {
Expand Down Expand Up @@ -407,10 +432,6 @@ table.instruction td.desc{
padding: 3px 3px 3px 25px;
}

.noMeetingsWarn {
margin-left: 2em;
}

.organizerToplevelTable {
width: 100%;
}
Expand Down Expand Up @@ -504,4 +525,12 @@ table.emailTable td.valueColumn {
.dateExact {
color: #888;
margin-left: 10px;
}
}
@media (max-width: 991px) {
.form-group label {
margin-top: 10px;
}
.form-group label:first-of-type {
margin-top: 0;
}
}
Loading

0 comments on commit 15faa94

Please sign in to comment.