diff --git a/view/global.css b/view/global.css index 628bac7cfc..0ce3855c58 100644 --- a/view/global.css +++ b/view/global.css @@ -1,3 +1,6 @@ +/* General style rules .*/ +.pull-right { float: right } + /* List of social Networks */ img.connector, img.connector-disabled { height: 40px; diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 63322035e1..5b1e8392db 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -83,8 +83,6 @@ blockquote { margin-right: 5px; } -.pull-right { float: right } - /* nav */ diff --git a/view/theme/quattro/dark/style.css b/view/theme/quattro/dark/style.css index 16d261432e..c8bd7d406b 100644 --- a/view/theme/quattro/dark/style.css +++ b/view/theme/quattro/dark/style.css @@ -414,8 +414,7 @@ a:hover { .left { float: left; } -.right, -.pull-right { +.right { float: right; } .hidden { diff --git a/view/theme/quattro/green/style.css b/view/theme/quattro/green/style.css index 2073f2ccdd..9c18771fff 100644 --- a/view/theme/quattro/green/style.css +++ b/view/theme/quattro/green/style.css @@ -414,8 +414,7 @@ a:hover { .left { float: left; } -.right, -.pull-right { +.right { float: right; } .hidden { diff --git a/view/theme/quattro/lilac/style.css b/view/theme/quattro/lilac/style.css index 28e0e107bf..97cf540fc2 100644 --- a/view/theme/quattro/lilac/style.css +++ b/view/theme/quattro/lilac/style.css @@ -414,8 +414,7 @@ a:hover { .left { float: left; } -.right, -.pull-right { +.right { float: right; } .hidden { diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index d38db76486..fbfb4bcb30 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -44,7 +44,7 @@ a:visited { color: @LinkVisited; text-decoration: none; } a:hover {color: @LinkHover; text-decoration: underline; } .left { float: left; } -.right, .pull-right { float: right; } +.right { float: right; } .hidden { display: none; } .clear { clear: both; } diff --git a/view/theme/smoothly/style.css b/view/theme/smoothly/style.css index f3ca397284..46d8902aeb 100644 --- a/view/theme/smoothly/style.css +++ b/view/theme/smoothly/style.css @@ -104,8 +104,6 @@ input[type=submit]:active { top: 1px; } -.pull-right { float: right } - #search-text, #search-submit, #search-save {