Commit ad3d27e4 authored by Sigrid Suski's avatar Sigrid Suski
Browse files

(!) Make more clear that 'add new repository' is same as 'update...

   	(!) Make more clear that 'add new repository' is same as 'update repository' and emphasize the link to the 'how to'
parent 8fb03b9c
......@@ -27,6 +27,7 @@
}
@import "variables.less";
@import "bootstrap/mixins.less";
@import "sobipro/scopeless.less";
......@@ -31,7 +31,6 @@
}
};
// Grid system and page structure
@import "less/scaffolding.less";
@import "less/grid.less";
......
......@@ -16,7 +16,7 @@
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
//
// @modified 02 June 2020 by Sigrid Suski
// @modified 13 July 2020 by Sigrid Suski
//
// General SobiPro specific styles
......@@ -465,6 +465,7 @@ ul.spImageFiles {
white-space: nowrap;
}
&.position {
width: 90px;
line-height: 12px;
......@@ -559,8 +560,14 @@ ul.spImageFiles {
.SPPbarMessage a {
font-weight: bold;
color: @textColor;
color: @red;
text-decoration: underline;
text-transform: uppercase;
}
.SPPbarMessage a:hover,
.SPPbarMessage a:focus {
color: darken(@red, 10%);
}
@media (max-width: 767px) {
......@@ -890,7 +897,7 @@ ul.spImageFiles {
input {
border-bottom-right-radius: @baseBorderRadius;
border-top-right-radius: @baseBorderRadius;
width: 100%!important;
width: 100% !important;
}
.btn.select {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment