Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
[FIX] CSS: Remove unneeded css from tabs/notifications.less
Browse files Browse the repository at this point in the history
  • Loading branch information
h0vhannes committed May 29, 2015
1 parent bf7d322 commit 5ec042d
Showing 1 changed file with 0 additions and 125 deletions.
125 changes: 0 additions & 125 deletions src/less/ripple/tabs/notifications.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
}
}

#serverSettings {
margin-top: 40px;
}

.description {
margin: 5px 0 5px 0;
font-size: 13px;
Expand All @@ -30,21 +26,6 @@
padding-top: 20px;
}

.websocket{
padding-right: 0px;
}

.port{
padding-left: 0px;
}

.portNumber{
padding-left: 10px;
@media (max-width: @screen-xs-max) {
padding-left: 0;
}
}

div.section {
padding-bottom: 20px;
}
Expand All @@ -60,113 +41,7 @@
margin-top: 0px;
}

#saveBlob {
margin-top: 0px;
}

#saveBridge {
margin-top: 0px;
}

#deleteBlob {
// background-color: @midred;
// border-color: @midred;
margin-top: 0px;
}

#deleteBridge {
// background-color: @midred;
// border-color: @midred;
margin-top: 0px;
}

#delete {
// background-color: @midred;
// border-color: @midred;
margin-top: 0px;
}

#cancel {
margin-top: 0px;
}

#newServer {
width: 100%;
margin-top: 20px;
}

#servers {
padding-top: 0px;

.trust-line-form {
.edit-trust-line {
line-height: 34px;
}
}
@media (max-width: @screen-xs-max){
font-size: 12px;
}
.field-edit-row {
padding-bottom: 20px;
}
.advanced-form-row {
line-height: 32px;
margin-bottom: 15px;
@media (max-width: @screen-xs-max) {
line-height: 26px;
}
}
.server-row-form {
border-top: 1px solid #ccccca;
margin-bottom: 10px;
.descriptor {
border: 0;
}
.hostname-wrapper {
padding-right: 0;
}
@media (max-width: @screen-xs-max) {
.port-wrapper {

padding-left: 0px;

}
}

}
.helperInput {
line-height: 44px;
}
.edit-btn {
line-height: 28px;
}

}

#secureSocket {
padding-left: 0px;
padding-right: 0px;
@media (max-width: @screen-xs-max) {
padding-left: 15px;
}
&.editable {
line-height: 35px;
// padding-left: 15px;

}
.helperInput {
// padding-top: 7px;
line-height: 40px;
}
}

#renameForm {
padding-left: 15px;

}

.editButton {
padding-top: 4px;
}

}

0 comments on commit 5ec042d

Please sign in to comment.