Merge branch 'master' of https://git.xdrm.io/MTI/javafx-p1
This commit is contained in:
commit
819c085117
15
css/menu.css
15
css/menu.css
|
@ -45,4 +45,19 @@
|
|||
|
||||
#submenu{
|
||||
-fx-background-color: null;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#mag_searchbar{
|
||||
-fx-border-radius: 0 0 1 0;
|
||||
-fx-background-color: #ffffff;
|
||||
-fx-border-color: #eeeeee;
|
||||
|
||||
-fx-background-radius: 0;
|
||||
-fx-border-radius: 0;
|
||||
|
||||
-fx-pref-height: 26;
|
||||
-fx-pref-width: 759;
|
||||
-fx-margin: 20 0 20 0;
|
||||
}
|
|
@ -14,7 +14,7 @@
|
|||
<?import javafx.scene.text.Font?>
|
||||
<?import javafx.scene.text.Text?>
|
||||
|
||||
<AnchorPane fx:id="root" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="700.0" prefWidth="1280.0" style="-fx-background-color: #edf0f5;" xmlns="http://javafx.com/javafx/8.0.141" xmlns:fx="http://javafx.com/fxml/1">
|
||||
<AnchorPane fx:id="root" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="700.0" prefWidth="1450.0" style="-fx-background-color: #edf0f5;" xmlns="http://javafx.com/javafx/8.0.141" xmlns:fx="http://javafx.com/fxml/1">
|
||||
<children>
|
||||
<AnchorPane id="header" fx:id="header" layoutX="200.0" maxHeight="40.0" maxWidth="1280.0" prefHeight="40.0" prefWidth="1080.0" stylesheets="@../css/header.css" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
||||
<children>
|
||||
|
@ -309,11 +309,11 @@
|
|||
</VBox.margin>
|
||||
</FlowPane>
|
||||
</children></VBox>
|
||||
<ScrollPane hbarPolicy="NEVER" pickOnBounds="false" prefHeight="200.0" prefWidth="200.0" style="-fx-background-color: transparent;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="400.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="50.0">
|
||||
<ScrollPane id="scroll_container" hbarPolicy="NEVER" pickOnBounds="false" prefHeight="200.0" prefWidth="200.0" style="-fx-background-color: transparent;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="400.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="50.0">
|
||||
<content>
|
||||
<FlowPane id="container" fx:id="container" alignment="TOP_CENTER" columnHalignment="CENTER" prefHeight="650.0" prefWidth="880.0" prefWrapLength="1000.0">
|
||||
<FlowPane id="container" fx:id="container" alignment="TOP_CENTER" columnHalignment="CENTER" prefHeight="650.0" prefWrapLength="1000.0">
|
||||
<children>
|
||||
<TextField id="searchbar" prefHeight="26.0" prefWidth="759.0" promptText="Search..." style="-fx-border-width: 0 0 1 0; -fx-background-color: #ffffff; -fx-border-color: #eeeeee; -fx-background-radius: 0; -fx-border-radius: 0;">
|
||||
<TextField id="mag_searchbar" fx:id="mag_searchbar" prefHeight="26.0" prefWidth="759.0" promptText="Search...">
|
||||
<FlowPane.margin>
|
||||
<Insets bottom="20.0" top="20.0" />
|
||||
</FlowPane.margin>
|
||||
|
|
Loading…
Reference in New Issue