--- a/wp/wp-content/plugins/portfolio/css/style.css Tue Oct 22 16:11:46 2019 +0200
+++ b/wp/wp-content/plugins/portfolio/css/style.css Tue Dec 15 13:49:49 2020 +0100
@@ -73,7 +73,6 @@
.portfolio_short_content {
float: left;
- margin: 0 15px;
width: 320px;
max-width: 100%;
}
@@ -113,6 +112,10 @@
margin-bottom: 0 !important;
}
+.portfolio_short_content a {
+ word-wrap: break-word;
+}
+
.portfolio_short_content p .lable {
font-weight: normal;
}
@@ -152,6 +155,10 @@
box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px;
}
+.portfolio_thumb {
+ margin-right: 15px;
+}
+
#portfolio_pagenation {
margin: 10px auto;
}
@@ -233,7 +240,6 @@
}
.portfolio_images_gallery {
- float: none;
display: inline-block;
margin: auto;
}
@@ -365,6 +371,23 @@
max-width: 200px;
}
+.prtfl_table_project {
+ width: 150px;
+}
+.prtfl_label_project {
+ width: 100%;
+}
+.prtfl_input_project {
+ width: 320px;
+ margin-left: 24px;
+ margin-top: 5px;
+}
+.rtl #prtfl_non_logged {
+ margin-right: 25px;
+}
+#prtfl_non_logged {
+ margin-left: 25px;
+}
.prtfl-page-template .entry-header {
width: 100% !important;
}
@@ -384,6 +407,9 @@
.clear{
clear:both;
}
+#bws_settings_tabs li:nth-child(2) a:before {
+ content: "\f121";
+}
@media only screen and ( max-width: 520px ) {
.prtfl_portfolio_block #portfolio_row_count_block, #content .portfolio_row_count {
float: none;
@@ -392,4 +418,4 @@
.prtfl_portfolio_block .portfolio_row_count, #content .portfolio_row_count{
display: block;
}
-}
\ No newline at end of file
+}